[gnome-control-center] region-panel: Reduce the width of popover



commit 12e1565129ba49726bf663165a38af638da849ff
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Wed Jul 24 13:42:12 2019 +0530

    region-panel: Reduce the width of popover
    
    So that it fits into 360px.  UI wise, the margin at end is almost
    always larger than start (due to text wraping).  So reducing end
    margin may also let the popover content feel more center aligned.

 panels/region/cc-region-panel.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/panels/region/cc-region-panel.ui b/panels/region/cc-region-panel.ui
index 3ce8e1a34..20456aa5b 100644
--- a/panels/region/cc-region-panel.ui
+++ b/panels/region/cc-region-panel.ui
@@ -325,7 +325,6 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="margin_start">6</property>
-            <property name="margin_end">6</property>
             <property name="margin_top">6</property>
             <property name="margin_bottom">6</property>
             <property name="row_spacing">6</property>


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