Skip to content

Commit 4aa53a8

Browse files
authored
Adapt the Find/Replace dialog UI for MAC (#538)
1 parent 1399fc9 commit 4aa53a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/NotepadNext/dialogs/FindReplaceDialog.ui

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,18 @@
355355
</property>
356356
<item>
357357
<layout class="QFormLayout" name="formLayout">
358+
<property name="sizeConstraint">
359+
<enum>QLayout::SetNoConstraint</enum>
360+
</property>
361+
<property name="fieldGrowthPolicy">
362+
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
363+
</property>
364+
<property name="labelAlignment">
365+
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
366+
</property>
367+
<property name="formAlignment">
368+
<set>Qt::AlignJustify|Qt::AlignTop</set>
369+
</property>
358370
<property name="horizontalSpacing">
359371
<number>8</number>
360372
</property>

0 commit comments

Comments
 (0)