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>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<property name="sizeConstraint">
|
||||
<enum>QLayout::SetFixedSize</enum>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QComboBox" name="regSelect"/>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue