[d-feet] Use margin-{start,end} for bus box



commit ce5ba00749422463c731f5cb4c3e0c4a0e8fe4bc
Author: Thomas Bechtold <tbechtold suse com>
Date:   Sun Jun 21 13:22:29 2015 +0200

    Use margin-{start,end} for bus box
    
    This reverts commit 9fe667f8f01f7ec677 which removed "margin-{left,right}
    from the bus box. Instead of removing it, use the new
    "margin-{start,end}" properties.

 data/ui/bus.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/bus.ui b/data/ui/bus.ui
index 964c6a5..67aed2a 100644
--- a/data/ui/bus.ui
+++ b/data/ui/bus.ui
@@ -5,6 +5,8 @@
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="spacing">5</property>
+    <property name="margin-start">5</property>
+    <property name="margin-end">5</property>
     <property name="margin-top">5</property>
     <property name="margin-bottom">5</property>
     <child>


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