mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Align the image at the top, #65020, request from Seth Nickell)
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)
This commit is contained in:
parent
ad9dc1b108
commit
06ac4f721b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user