[libhandy] demo: Drop useless margins



commit 088073286c0d6d3a27d18101d3d045bb3a9c4f78
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Feb 15 10:56:20 2021 +0100

    demo: Drop useless margins
    
    This drops margins around clamps put in HdyStatusPage, as it already
    provides margins. This avoids having stupidly large margins in the
    Clamp, Lists and Window pages.

 examples/hdy-demo-window.ui | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/examples/hdy-demo-window.ui b/examples/hdy-demo-window.ui
index 4f10989e..c9f544f5 100644
--- a/examples/hdy-demo-window.ui
+++ b/examples/hdy-demo-window.ui
@@ -603,9 +603,6 @@
                         <property name="can_focus">False</property>
                         <property name="halign">fill</property>
                         <property name="valign">fill</property>
-                        <property name="margin-bottom">32</property>
-                        <property name="margin-start">12</property>
-                        <property name="margin-end">12</property>
                         <property name="expand">True</property>
                         <property name="maximum-size" bind-source="clamp_maximum_size_adjustment" 
bind-property="value" bind-flags="sync-create"/>
                         <property name="tightening-threshold" 
bind-source="clamp_tightening_threshold_adjustment" bind-property="value" bind-flags="sync-create"/>
@@ -668,9 +665,6 @@
                         <property name="can_focus">False</property>
                         <property name="halign">fill</property>
                         <property name="valign">fill</property>
-                        <property name="margin-bottom">32</property>
-                        <property name="margin-start">12</property>
-                        <property name="margin-end">12</property>
                         <property name="expand">True</property>
                         <property name="maximum-size">400</property>
                         <property name="tightening-threshold">300</property>
@@ -1379,9 +1373,6 @@ It allows to have headerbar in content area, incl. above content, and round corn
                         <property name="can_focus">False</property>
                         <property name="halign">fill</property>
                         <property name="valign">fill</property>
-                        <property name="margin-bottom">32</property>
-                        <property name="margin-start">12</property>
-                        <property name="margin-end">12</property>
                         <property name="expand">True</property>
                         <property name="maximum-size">400</property>
                         <property name="tightening-threshold">300</property>


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