[glade] GladeEditorTable: Column spacing of 6



commit bc26f11f9c5a2cfc6ab2e7e9a00a1a5ccff8395b
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Apr 16 05:29:01 2013 +0900

    GladeEditorTable: Column spacing of 6

 gladeui/glade-editor-table.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gladeui/glade-editor-table.c b/gladeui/glade-editor-table.c
index 4b99bb1..8f21770 100644
--- a/gladeui/glade-editor-table.c
+++ b/gladeui/glade-editor-table.c
@@ -132,6 +132,7 @@ glade_editor_table_init (GladeEditorTable * self)
   gtk_orientable_set_orientation (GTK_ORIENTABLE (self),
                                   GTK_ORIENTATION_VERTICAL);
   gtk_grid_set_row_spacing (GTK_GRID (self), 2);
+  gtk_grid_set_column_spacing (GTK_GRID (self), 6);
 }
 
 static void


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