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 KeyEditor::sizeHint() const {
|
||||||
QSize hint = QLineEdit::sizeHint();
|
QSize hint = QLineEdit::sizeHint();
|
||||||
hint.setWidth(40);
|
hint.setWidth(50);
|
||||||
return hint;
|
return hint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue