mirror of https://github.com/mgba-emu/mgba.git
Qt: Attempt to shorten Game Boy settings pane
This commit is contained in:
parent
fff9d1264e
commit
941ad50723
|
@ -6,8 +6,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>885</width>
|
||||
<height>797</height>
|
||||
<width>880</width>
|
||||
<height>700</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
|
@ -95,7 +95,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QStackedWidget" name="stackedWidget">
|
||||
<property name="currentIndex">
|
||||
<number>9</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="av">
|
||||
<layout class="QVBoxLayout" name="formLayout">
|
||||
|
@ -2091,45 +2091,37 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QRadioButton" name="gbColor">
|
||||
<property name="text">
|
||||
<string>Default color palette only</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">gbColors</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QRadioButton" name="sgbColor">
|
||||
<property name="text">
|
||||
<string>SGB color palette if available</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">gbColors</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="1">
|
||||
<widget class="QRadioButton" name="cgbColor">
|
||||
<property name="text">
|
||||
<string>GBC color palette if available</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">gbColors</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="8" column="1">
|
||||
<widget class="QRadioButton" name="scgbColor">
|
||||
<property name="text">
|
||||
<string>SGB (preferred) or GBC color palette if available</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">gbColors</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
<item row="5" column="0" colspan="2">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="1">
|
||||
<widget class="QRadioButton" name="sgbColor">
|
||||
<property name="text">
|
||||
<string>SGB color palette if available</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="gbColor">
|
||||
<property name="text">
|
||||
<string>Default color palette only</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="cgbColor">
|
||||
<property name="text">
|
||||
<string>GBC color palette if available</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QRadioButton" name="scgbColor">
|
||||
<property name="text">
|
||||
<string>SGB (preferred) or GBC color palette if available</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in New Issue