Skip to content

Commit 7cc9fb2

Browse files
Set more reasonable size along with setting a minimumSize property
1 parent d40ae6a commit 7cc9fb2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/NotepadNext/dialogs/FindReplaceDialog.ui

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>614</width>
10-
<height>440</height>
9+
<width>600</width>
10+
<height>350</height>
1111
</rect>
1212
</property>
13+
<property name="minimumSize">
14+
<size>
15+
<width>600</width>
16+
<height>350</height>
17+
</size>
18+
</property>
1319
<property name="windowTitle">
1420
<string>Find</string>
1521
</property>

0 commit comments

Comments
 (0)