all repos — mgba @ c82f0ba5de8fefbb0d0bc51f5296d06df01a5b2c

mGBA Game Boy Advance Emulator

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
commit

c82f0ba5de8fefbb0d0bc51f5296d06df01a5b2c

parent

2c780b5bcea3aa8b3ca426f4f1a7cebf33842b6e

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/IOViewer.uisrc/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>