summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2021-02-23 11:52:14 +0100
committerFelipe Borges <felipeborges@gnome.org>2021-02-23 11:55:56 +0100
commit540f6edff3c8af28b234644be27ea76de979aab0 (patch)
tree5f6980968e3506ee305405d7fbe7190f88d96281
parente77d1a75d894ab5c7a666cdd3fac2dca6d7b4e04 (diff)
downloadgnome-control-center-540f6edff3c8af28b234644be27ea76de979aab0.tar.gz
panels: Align dialog labels with their respective listbox below
Both the "Storage" and "Built-in Permissions" dialogs.
-rw-r--r--panels/applications/cc-applications-panel.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/panels/applications/cc-applications-panel.ui b/panels/applications/cc-applications-panel.ui
index 13f26d457..5cda243a5 100644
--- a/panels/applications/cc-applications-panel.ui
+++ b/panels/applications/cc-applications-panel.ui
@@ -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>