Skip to content

Commit

Permalink
UI: Fix dithering description + make it so 4 lines of description fits
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed May 25, 2024
1 parent 3928014 commit 2d12703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion pcsx2-qt/Settings/GraphicsSettingsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,9 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsWindow* dialog, QWidget*
dialog->registerWidgetHelp(m_ui.dithering, tr("Dithering"), tr("Unscaled (Default)"),
tr("Reduces banding between colors and improves the perceived color depth.<br> "
"Off: Disables any dithering.<br> "
"Scaled: Upscaling-aware / Highest dithering effect.<br> "
"Unscaled: Native Dithering / Lowest dithering effect does not increase size of squares when upscaling.<br> "
"Scaled: Upscaling-aware / Highest dithering effect."));
"Force 32bit: Treat all draws as if they were 32bit to avoid banding and dithering."));

dialog->registerWidgetHelp(m_ui.blending, tr("Blending Accuracy"), tr("Basic (Recommended)"),
tr("Control the accuracy level of the GS blending unit emulation.<br> "
Expand Down
14 changes: 7 additions & 7 deletions pcsx2-qt/Settings/SettingsWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
<ui version="4.0">
<class>SettingsWindow</class>
<widget class="QWidget" name="SettingsWindow">
<property name="windowIcon">
<iconset>
<normalon>:/icons/AppIcon64.png</normalon>
</iconset>
</property>
<property name="geometry">
<rect>
<x>0</x>
Expand All @@ -24,6 +19,11 @@
<property name="windowTitle">
<string>PCSX2 Settings</string>
</property>
<property name="windowIcon">
<iconset>
<normalon>:/icons/AppIcon64.png</normalon>
</iconset>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
<item row="0" column="0">
<widget class="QListWidget" name="settingsCategory">
Expand Down Expand Up @@ -68,13 +68,13 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
<height>122</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>120</height>
<height>122</height>
</size>
</property>
<property name="readOnly">
Expand Down

0 comments on commit 2d12703

Please sign in to comment.