Qt: Improve some UI element sizes
Jeffrey Pfau jeffrey@endrift.com
Tue, 12 Jan 2016 21:24:29 -0800
2 files changed,
3 insertions(+),
3 deletions(-)
M
src/platform/qt/KeyEditor.cpp
→
src/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.ui
→
src/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>