[gnome-control-center/applications-align-dialog-labels] panels: Align dialog labels with their respective listbox below




commit 540f6edff3c8af28b234644be27ea76de979aab0
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Feb 23 11:52:14 2021 +0100

    panels: Align dialog labels with their respective listbox below
    
    Both the "Storage" and "Built-in Permissions" dialogs.

 panels/applications/cc-applications-panel.ui | 2 ++
 1 file changed, 2 insertions(+)
---
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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]