Revision: c2a9f48da4b8
Author: Devin Anderson <
surface...@gmail.com>
Date: Sun Dec 30 19:37:38 2012
Log: When a row is added to the message table, resize the row to
accomodate the message contents.
http://code.google.com/p/midisnoop/source/detail?r=c2a9f48da4b8
Modified:
/src/mainview.cpp
=======================================
--- /src/mainview.cpp Sun Dec 30 01:18:51 2012
+++ /src/mainview.cpp Sun Dec 30 19:37:38 2012
@@ -82,6 +82,7 @@
QIcon(":/midisnoop/images/16x16/error.png"),
Qt::DecorationRole);
}
+ tableView->resizeRowToContents(count);
return count;
}