all repos — mgba @ 77787a957cb409e3dd730c50468f6e83981e8e8a

mGBA Game Boy Advance Emulator

Qt: Improve some UI element sizes
Jeffrey Pfau jeffrey@endrift.com
Tue, 12 Jan 2016 21:24:29 -0800
commit

77787a957cb409e3dd730c50468f6e83981e8e8a

parent

1fa904878b07c938d849285c5b3c604e8f456ef5

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/platform/qt/KeyEditor.cppsrc/platform/qt/KeyEditor.cpp

@@ -72,7 +72,7 @@ }

QSize KeyEditor::sizeHint() const { QSize hint = QLineEdit::sizeHint(); - hint.setWidth(40); + hint.setWidth(50); return hint; }
M src/platform/qt/SettingsView.uisrc/platform/qt/SettingsView.ui

@@ -6,7 +6,7 @@ <property name="geometry">

<rect> <x>0</x> <y>0</y> - <width>565</width> + <width>661</width> <height>459</height> </rect> </property>

@@ -565,7 +565,7 @@ </sizepolicy>

</property> <property name="maximumSize"> <size> - <width>100</width> + <width>140</width> <height>16777215</height> </size> </property>