diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-03-10 21:37:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-10 21:37:43 +0000 |
commit | 03dcf45d90a41c549a6b906b1d5793f75983e609 (patch) | |
tree | de803338334c731ad38c9992bfca9c460eec24b7 /ChangeLog | |
parent | 26a1ba116e0d1b819c95f3f1c91f0033ca1c042c (diff) | |
download | gtk+-03dcf45d90a41c549a6b906b1d5793f75983e609.tar.gz |
Apply a patch from Dennis Cranston to make dialogs more consistent
2006-03-10 Matthias Clasen <mclasen@redhat.com>
Apply a patch from Dennis Cranston to make dialogs more
consistent (#163850)
* gtk/gtkcolorsel.c (make_label_spinbutton): Left-align labels.
* gtk/gtkfontsel.c (gtk_font_selection_init):
* gtk/gtkfontsel.c (gtk_font_selection_dialog_init):
* gtk/gtkcolorsel.c (gtk_color_selection_init):
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init):
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Update the layout
of the dialog to follow HIG recommendations. Also update labels.
* gtk/gtkmessagedialog.c (gtk_message_dialog_init): HIG-compatible
spacing.
(gtk_message_dialog_font_size_change): Merged into
gtk_message_dialog_style_set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2006-03-10 Matthias Clasen <mclasen@redhat.com> + Apply a patch from Dennis Cranston to make dialogs more + consistent (#163850) + + * gtk/gtkcolorsel.c (make_label_spinbutton): Left-align labels. + + * gtk/gtkfontsel.c (gtk_font_selection_init): + * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): + * gtk/gtkcolorsel.c (gtk_color_selection_init): + * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): + * gtk/gtkinputdialog.c (gtk_input_dialog_init): Update the layout + of the dialog to follow HIG recommendations. Also update labels. + + * gtk/gtkmessagedialog.c (gtk_message_dialog_init): HIG-compatible + spacing. + (gtk_message_dialog_font_size_change): Merged into + gtk_message_dialog_style_set. + +2006-03-10 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkstyle.c: Remove g_return_if_fail() checks from static functions. |