[d-feet] Remove usage of "margin-{left,right}"



commit 9fe667f8f01f7ec6774d406b124388ea247ff8a5
Author: Thomas Bechtold <tbechtold suse com>
Date:   Sun Jun 21 13:16:13 2015 +0200

    Remove usage of "margin-{left,right}"
    
    The property GtkWidget:margin-{left,right} is deprecated and shouldn't
    be used anymore. It will be removed in a future version.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747756

 data/ui/bus.ui |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/bus.ui b/data/ui/bus.ui
index 33e2232..964c6a5 100644
--- a/data/ui/bus.ui
+++ b/data/ui/bus.ui
@@ -5,8 +5,6 @@
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="spacing">5</property>
-    <property name="margin-left">5</property>
-    <property name="margin-right">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]