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 hint = QLineEdit::sizeHint();
hint.setWidth(40);
hint.setWidth(50);
return hint;
}

View File

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