mirror of https://github.com/mgba-emu/mgba.git
Qt: Improve some UI element sizes
This commit is contained in:
parent
1fa904878b
commit
77787a957c
|
@ -72,7 +72,7 @@ void KeyEditor::clearAxis() {
|
|||
|
||||
QSize KeyEditor::sizeHint() const {
|
||||
QSize hint = QLineEdit::sizeHint();
|
||||
hint.setWidth(40);
|
||||
hint.setWidth(50);
|
||||
return hint;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue