Skip to content

Commit

Permalink
Qt: Add a warning to the advanced graphics settings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Dec 25, 2023
1 parent 1da2e1e commit f761bc6
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions pcsx2-qt/Settings/GraphicsSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>720</width>
<height>463</height>
<height>568</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down Expand Up @@ -55,7 +55,7 @@
<item>
<widget class="QTabWidget" name="tabs">
<property name="currentIndex">
<number>0</number>
<number>9</number>
</property>
<property name="documentMode">
<bool>true</bool>
Expand Down Expand Up @@ -2184,6 +2184,25 @@
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>&lt;b&gt;Do not modify unless you know what you are doing.&lt;/b&gt;</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
Expand Down

0 comments on commit f761bc6

Please sign in to comment.