panels: Align dialog labels with their respective listbox below
Both the "Storage" and "Built-in Permissions" dialogs.
This commit is contained in:
parent
e77d1a75d8
commit
540f6edff3
1 changed files with 2 additions and 0 deletions
|
@ -511,6 +511,7 @@
|
|||
<child>
|
||||
<object class="GtkLabel" id="builtin_label">
|
||||
<property name="visible">1</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="wrap">1</property>
|
||||
<property name="max-width-chars">50</property>
|
||||
<property name="label">Yadda Yadda</property>
|
||||
|
@ -547,6 +548,7 @@
|
|||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">1</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="wrap">1</property>
|
||||
<property name="max-width-chars">50</property>
|
||||
<property name="label" translatable="yes">How much disk space this application is occupying with app data and caches.</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue