Skip to content

Commit

Permalink
Qt: Make Settings List Word Wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz authored and F0bes committed Sep 12, 2024
1 parent 110426a commit 4e19794
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pcsx2-qt/Settings/SettingsWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<height>32</height>
</size>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
Expand Down Expand Up @@ -108,7 +111,7 @@
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down

0 comments on commit 4e19794

Please sign in to comment.