Skip to content

Commit 40cdb31

Browse files
committed
Fix Settings window being resizable
1 parent d860041 commit 40cdb31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

res/settings.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
</property>
1414
<property name="minimumSize">
1515
<size>
16-
<width>200</width>
17-
<height>200</height>
16+
<width>285</width>
17+
<height>294</height>
1818
</size>
1919
</property>
2020
<property name="maximumSize">
2121
<size>
22-
<width>310</width>
22+
<width>285</width>
2323
<height>294</height>
2424
</size>
2525
</property>

0 commit comments

Comments
 (0)