Skip to content

Commit e636946

Browse files
committed
Fix wrapping and alignment of Flatpak preference labels.
Fixes linuxmint/mint22.1-beta#21.
1 parent c3aab08 commit e636946

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

resources/mintinstall.glade

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<object class="GtkLabel">
4848
<property name="visible">True</property>
4949
<property name="can-focus">False</property>
50-
<property name="halign">start</property>
5150
<property name="label" translatable="yes">Unverified Flatpaks represent a huge security risk</property>
5251
<property name="wrap">True</property>
52+
<property name="xalign">0</property>
5353
<attributes>
5454
<attribute name="weight" value="bold"/>
5555
</attributes>
@@ -64,11 +64,9 @@
6464
<object class="GtkLabel">
6565
<property name="visible">True</property>
6666
<property name="can-focus">False</property>
67-
<property name="halign">start</property>
6867
<property name="label" translatable="yes">They are not officially approved by the developer of the application and could be maintained by anyone.</property>
6968
<property name="wrap">True</property>
70-
<property name="wrap-mode">char</property>
71-
<property name="max-width-chars">70</property>
69+
<property name="xalign">0</property>
7270
</object>
7371
<packing>
7472
<property name="expand">False</property>
@@ -80,11 +78,9 @@
8078
<object class="GtkLabel">
8179
<property name="visible">True</property>
8280
<property name="can-focus">False</property>
83-
<property name="halign">start</property>
8481
<property name="label" translatable="yes">To avoid potential malware, it is strongly recommended not to use unverified Flatpaks.</property>
8582
<property name="wrap">True</property>
86-
<property name="wrap-mode">char</property>
87-
<property name="max-width-chars">70</property>
83+
<property name="xalign">0</property>
8884
</object>
8985
<packing>
9086
<property name="expand">False</property>

0 commit comments

Comments
 (0)