mirror of https://github.com/mgba-emu/mgba.git
Qt: Make I/O viewer fixed size to avoid big blank space issues
This commit is contained in:
parent
2c780b5bce
commit
c82f0ba5de
|
@ -14,6 +14,9 @@
|
||||||
<string>I/O Viewer</string>
|
<string>I/O Viewer</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<property name="sizeConstraint">
|
||||||
|
<enum>QLayout::SetFixedSize</enum>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="regSelect"/>
|
<widget class="QComboBox" name="regSelect"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue