Use group box consistently in auto correction page

This commit is contained in:
Martchus 2023-05-07 22:24:32 +02:00
parent a941ec42c1
commit 1b7bc82787
1 changed files with 44 additions and 24 deletions

View File

@ -97,17 +97,34 @@
</widget>
</item>
<item>
<widget class="QLabel" name="fieldsLabel">
<property name="styleSheet">
<string notr="true">font-weight: bold;</string>
</property>
<property name="text">
<widget class="QGroupBox" name="fieldsGroupBox">
<property name="title">
<string>Fields to apply the auto correction on</string>
</property>
</widget>
</item>
<layout class="QVBoxLayout" name="fieldsVerticalLayout">
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QListView" name="fieldsListView">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="showDropIndicator" stdset="0">
<bool>true</bool>
</property>
@ -125,6 +142,9 @@
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">