Skip to content

Commit

Permalink
Fix Settings window being resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Dec 14, 2023
1 parent 8950d43 commit c036b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>200</height>
<width>285</width>
<height>294</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>310</width>
<width>285</width>
<height>294</height>
</size>
</property>
Expand Down

0 comments on commit c036b5d

Please sign in to comment.