Qt: Make I/O viewer fixed size to avoid big blank space issues

This commit is contained in:
Jeffrey Pfau 2015-10-20 22:10:28 -07:00
parent 2c780b5bce
commit c82f0ba5de
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
<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>