panels: Align dialog labels with their respective listbox below

Both the "Storage" and "Built-in Permissions" dialogs.
This commit is contained in:
Felipe Borges 2021-02-23 11:52:14 +01:00
parent e77d1a75d8
commit 540f6edff3

View file

@ -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>