[gnome-builder] libide: use margin-start and margin-end



commit 43a618c3207d9000c7cd5530d2356794e9649261
Author: Christian Hergert <christian hergert me>
Date:   Tue Mar 3 16:03:31 2015 -0800

    libide: use margin-start and margin-end

 tests/test-ide-source-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-ide-source-view.c b/tests/test-ide-source-view.c
index 6456148..d9e8475 100644
--- a/tests/test-ide-source-view.c
+++ b/tests/test-ide-source-view.c
@@ -231,8 +231,8 @@ create_window (void)
   hbox2 = g_object_new (GTK_TYPE_BOX,
                         "margin-top", 3,
                         "margin-bottom", 3,
-                        "margin-left", 6,
-                        "margin-right", 6,
+                        "margin-start", 6,
+                        "margin-end", 6,
                         "orientation", GTK_ORIENTATION_HORIZONTAL,
                         "expand", TRUE,
                         "visible", TRUE,


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