Skip to content

Commit

Permalink
Fix wrapping and alignment of Flatpak preference labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Dec 12, 2024
1 parent c3aab08 commit e636946
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions resources/mintinstall.glade
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Unverified Flatpaks represent a huge security risk</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
Expand All @@ -64,11 +64,9 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">They are not officially approved by the developer of the application and could be maintained by anyone.</property>
<property name="wrap">True</property>
<property name="wrap-mode">char</property>
<property name="max-width-chars">70</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -80,11 +78,9 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">To avoid potential malware, it is strongly recommended not to use unverified Flatpaks.</property>
<property name="wrap">True</property>
<property name="wrap-mode">char</property>
<property name="max-width-chars">70</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit e636946

Please sign in to comment.