[rhythmbox] object-property-editor: set column spacing to 6



commit d22102ee4f226e20fe1df896a62641f5a9dfd0ef
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Jul 20 23:19:17 2012 +1000

    object-property-editor: set column spacing to 6

 widgets/rb-object-property-editor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/widgets/rb-object-property-editor.c b/widgets/rb-object-property-editor.c
index f1844b3..498b5f9 100644
--- a/widgets/rb-object-property-editor.c
+++ b/widgets/rb-object-property-editor.c
@@ -411,5 +411,6 @@ rb_object_property_editor_new (GObject *object, char **properties)
 	return GTK_WIDGET (g_object_new (RB_TYPE_OBJECT_PROPERTY_EDITOR,
 					 "object", object,
 					 "properties", properties,
+					 "column-spacing", 6,
 					 NULL));
 }



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