[glade3] * gladui/glade-editor-table.c: Align name field on the right with all the other properties.



commit 267e53a4ff9fb8796b998205a000d35674cee3ca
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Dec 27 13:55:43 2010 +0900

    	* gladui/glade-editor-table.c: Align name field on the right with all the other
    	  properties.

 ChangeLog                    |    3 +++
 gladeui/glade-editor-table.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 02a00bf..5592589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
 	* gladeui/glade-widget.c: Reduce processing of events by not running the
 	  widget lookup event redirection for events we're not interested in.
 
+	* gladui/glade-editor-table.c: Align name field on the right with all the other
+	  properties.
+
 2010-12-23  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-widget.c: Check if object is actually in the parent when rebuilding
diff --git a/gladeui/glade-editor-table.c b/gladeui/glade-editor-table.c
index 0a4de53..2b7fe0d 100644
--- a/gladeui/glade-editor-table.c
+++ b/gladeui/glade-editor-table.c
@@ -375,7 +375,7 @@ append_name_field (GladeEditorTable *table)
 	
 	/* Name */
 	table->name_label = gtk_label_new (_("Name:"));
-	gtk_misc_set_alignment (GTK_MISC (table->name_label), 0.0, 0.5);
+	gtk_misc_set_alignment (GTK_MISC (table->name_label), 1.0, 0.5);
 	gtk_widget_show (table->name_label);
 	gtk_widget_set_no_show_all (table->name_label, TRUE);
 



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