Qt: Improve some UI element sizes

This commit is contained in:
Jeffrey Pfau 2016-01-12 21:24:29 -08:00
parent 1fa904878b
commit 77787a957c
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ void KeyEditor::clearAxis() {
QSize KeyEditor::sizeHint() const { QSize KeyEditor::sizeHint() const {
QSize hint = QLineEdit::sizeHint(); QSize hint = QLineEdit::sizeHint();
hint.setWidth(40); hint.setWidth(50);
return hint; return hint;
} }

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>565</width> <width>661</width>
<height>459</height> <height>459</height>
</rect> </rect>
</property> </property>
@ -565,7 +565,7 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>100</width> <width>140</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>