mirror of https://github.com/PCSX2/pcsx2.git
Qt: Move game list display settings below scanning settings
This commit is contained in:
parent
e6f1f6eeb1
commit
592e356932
|
@ -23,22 +23,6 @@
|
||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="gameListGroup">
|
|
||||||
<property name="title">
|
|
||||||
<string>Display</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QGridLayout" name="gridLayout_gameList">
|
|
||||||
<item row="0" column="0">
|
|
||||||
<widget class="QCheckBox" name="preferEnglishGameList">
|
|
||||||
<property name="text">
|
|
||||||
<string>Prefer English Titles</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gameScanningGroup">
|
<widget class="QGroupBox" name="gameScanningGroup">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
@ -264,6 +248,22 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="gameListGroup">
|
||||||
|
<property name="title">
|
||||||
|
<string>Display</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_gameList">
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QCheckBox" name="preferEnglishGameList">
|
||||||
|
<property name="text">
|
||||||
|
<string>Prefer English Titles</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
Loading…
Reference in New Issue