Skip to content

Commit

Permalink
Qt: Zero spacer size hints in Graphics Settings
Browse files Browse the repository at this point in the history
Fixes the window size changing depending on which tab is selected.
  • Loading branch information
stenzek committed Nov 29, 2024
1 parent dac5dd5 commit 2e31a40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/duckstation-qt/graphicssettingswidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>75</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -446,7 +446,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -583,7 +583,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>215</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -749,7 +749,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>164</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -1062,7 +1062,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>295</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -1246,7 +1246,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -1400,7 +1400,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>244</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down

0 comments on commit 2e31a40

Please sign in to comment.