[glade3] * gladeui/glade-editor-property.c: Align property labels left instead of right (get back the old



commit c32111c8f6c2e41f4dcead38f6a607537d167729
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Dec 27 17:12:01 2010 +0900

    	* gladeui/glade-editor-property.c: Align property labels left instead of right
    	  (get back the old look and feel).

 ChangeLog                       |    6 +++---
 gladeui/glade-editor-property.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ecd3695..e467baf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,12 @@
 	* gladeui/glade-project.c: Fixed glade-project to unset the loading flag when
 	  loading project dependancies are not satisfied and there is an early return.
 
-	* gladui/glade-editor-table.c: Align name field on the right with all the other
-	  properties.
-
 	* gladui/glade-editor-property.c: Set a width-chars on the eprop label so that
 	  line wrapping kicks in.
 
+	* gladeui/glade-editor-property.c: Align property labels left instead of right
+	  (get back the old look and feel).
+
 	* gladeui/glade-widget-adaptor.c: Uncommenting some code that for some reason
 	  got "fallout" from the offscreen branches.
 
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index c8d15d2..26c6a99 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -289,7 +289,7 @@ glade_editor_property_constructor (GType                  type,
 	gtk_label_set_width_chars (GTK_LABEL(eprop->label), 10);
 	gtk_label_set_line_wrap_mode (GTK_LABEL(eprop->label), PANGO_WRAP_WORD_CHAR);
 
-	gtk_misc_set_alignment (GTK_MISC(eprop->label), 1.0, 0.5);
+	gtk_misc_set_alignment (GTK_MISC(eprop->label), 0.0, 0.5);
 
 	gtk_box_pack_start (GTK_BOX (hbox), eprop->label, TRUE, TRUE, 0);
 	gtk_box_pack_start (GTK_BOX (hbox), eprop->warning, FALSE, FALSE, 0);



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