Skip to content

Commit 2a69c47

Browse files
committed
data/ui/preferences.ui: Hopefully fix some size allocation issues
1 parent c6c3810 commit 2a69c47

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

data/ui/preferences.ui

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@
12751275
<property name="xalign">0</property>
12761276
<property name="label" translatable="yes">When performing directory comparisons, you may filter out files and directories by name. Each pattern is a list of shell style wildcards separated by spaces.</property>
12771277
<property name="wrap">True</property>
1278+
<property name="max-width-chars">40</property>
12781279
</object>
12791280
<packing>
12801281
<property name="expand">False</property>
@@ -1287,7 +1288,7 @@
12871288
</child>
12881289
</object>
12891290
<packing>
1290-
<property name="expand">False</property>
1291+
<property name="expand">True</property>
12911292
<property name="fill">True</property>
12921293
<property name="position">1</property>
12931294
</packing>
@@ -1460,6 +1461,7 @@
14601461
<property name="label" translatable="yes">When performing file comparisons, you may ignore certain types of changes. Each pattern here is a python regular expression which replaces matching text with the empty string before comparison is performed. If the expression contains groups, only the groups are replaced. See the user manual for more details.</property>
14611462
<property name="use_markup">True</property>
14621463
<property name="wrap">True</property>
1464+
<property name="max-width-chars">40</property>
14631465
</object>
14641466
<packing>
14651467
<property name="expand">False</property>
@@ -1472,7 +1474,7 @@
14721474
</child>
14731475
</object>
14741476
<packing>
1475-
<property name="expand">False</property>
1477+
<property name="expand">True</property>
14761478
<property name="fill">True</property>
14771479
<property name="position">1</property>
14781480
</packing>

0 commit comments

Comments
 (0)