[gnome-builder] egg-column-layout: use COLUMN_WIDTH_DEFAULT const in prop



commit 97050441bb64812cf1d2994bf2feea727058b386
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Wed Feb 3 15:42:44 2016 +0100

    egg-column-layout: use COLUMN_WIDTH_DEFAULT const in prop

 contrib/egg/egg-column-layout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/contrib/egg/egg-column-layout.c b/contrib/egg/egg-column-layout.c
index 1a10d3c..a1fef66 100644
--- a/contrib/egg/egg-column-layout.c
+++ b/contrib/egg/egg-column-layout.c
@@ -556,7 +556,7 @@ egg_column_layout_class_init (EggColumnLayoutClass *klass)
                       "The width of the columns",
                       0,
                       G_MAXINT,
-                      500,
+                      COLUMN_WIDTH_DEFAULT,
                       (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   properties [PROP_ROW_SPACING] =


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