[glade] GladeEditor: Pack the warning icon before the class icon.



commit 18ec1f0384fb06fd509e7c1deeb8e8f5b6b29bf6
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri Apr 12 02:24:08 2013 +0900

    GladeEditor: Pack the warning icon before the class icon.
    
    More consistent with the Inspector view.

 gladeui/glade-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/glade-editor.c b/gladeui/glade-editor.c
index bbf49c4..bdf776d 100644
--- a/gladeui/glade-editor.c
+++ b/gladeui/glade-editor.c
@@ -401,8 +401,8 @@ glade_editor_setup_class_field (GladeEditor *editor)
   gtk_misc_set_alignment (GTK_MISC (priv->class_label), 0.0, 0.5);
   gtk_label_set_ellipsize (GTK_LABEL (priv->class_label), PANGO_ELLIPSIZE_END);
 
-  gtk_box_pack_start (GTK_BOX (hbox), priv->class_icon, FALSE, FALSE, 0);
   gtk_box_pack_start (GTK_BOX (hbox), priv->warning, FALSE, FALSE, 0);
+  gtk_box_pack_start (GTK_BOX (hbox), priv->class_icon, FALSE, FALSE, 0);
   gtk_box_pack_start (GTK_BOX (hbox), priv->class_label, TRUE, TRUE, 0);
 
   gtk_icon_size_lookup (GTK_ICON_SIZE_BUTTON, NULL, &icon_height);


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