Qt: Make I/O viewer fixed size to avoid big blank space issues
Jeffrey Pfau jeffrey@endrift.com
Tue, 20 Oct 2015 22:10:28 -0700
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/IOViewer.ui
→
src/platform/qt/IOViewer.ui
@@ -14,6 +14,9 @@ <property name="windowTitle">
<string>I/O Viewer</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> <item> <widget class="QComboBox" name="regSelect"/> </item>