Skip to content

Commit

Permalink
Qt: Move game list display settings below scanning settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TellowKrinkle committed Oct 15, 2023
1 parent e6f1f6e commit 592e356
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pcsx2-qt/Settings/GameListSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@
<property name="bottomMargin">
<number>0</number>
</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>
<widget class="QGroupBox" name="gameScanningGroup">
<property name="title">
Expand Down Expand Up @@ -264,6 +248,22 @@
</layout>
</widget>
</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>
</widget>
<resources>
Expand Down

0 comments on commit 592e356

Please sign in to comment.