]> Pileus Git - ~andy/gtk/commitdiff
Align the image at the top, #65020, request from Seth Nickell)
authorOwen Taylor <otaylor@redhat.com>
Sat, 24 Nov 2001 00:05:17 +0000 (00:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 24 Nov 2001 00:05:17 +0000 (00:05 +0000)
Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
the image at the top, #65020, request from Seth Nickell)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmessagedialog.c

index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index 75fb77048c1f6c20f1437e3a261f630ba7859950..d8e178ba0f6dcfeb773325752bdc1033a53bf972 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
+       the image at the top, #65020, request from Seth Nickell)
+
 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
index e83f02849f1d4f3685da1bcdf12aae55da9d3616..eea2a3bbcc14838391b2181c2be64c78c725d038 100644 (file)
@@ -133,6 +133,7 @@ gtk_message_dialog_init (GtkMessageDialog *dialog)
   
   dialog->label = gtk_label_new (NULL);
   dialog->image = gtk_image_new_from_stock (NULL, GTK_ICON_SIZE_DIALOG);
+  gtk_misc_set_alignment (GTK_MISC (dialog->image), 0.5, 0.0);
   
   gtk_label_set_line_wrap (GTK_LABEL (dialog->label), TRUE);
   gtk_label_set_selectable (GTK_LABEL (dialog->label), TRUE);