Add gtkcolorbutton.c and gtkfontbutton.c.

2003-07-11  Matthias Clasen  <maclas@gmx.de>

	* POTFILES.in: Add gtkcolorbutton.c and gtkfontbutton.c.

2003-07-11  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
	vertically.  (#109823, Joe Shaw)
This commit is contained in:
Matthias Clasen 2003-07-11 18:40:21 +00:00 committed by Matthias Clasen
parent 469f6e87a5
commit 65d5d68524
8 changed files with 32 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-11 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
vertically. (#109823, Joe Shaw)
2003-07-11 Morten Welinder <terra@gnome.org>
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory

View File

@ -1,3 +1,8 @@
2003-07-11 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
vertically. (#109823, Joe Shaw)
2003-07-11 Morten Welinder <terra@gnome.org>
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory

View File

@ -1,3 +1,8 @@
2003-07-11 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
vertically. (#109823, Joe Shaw)
2003-07-11 Morten Welinder <terra@gnome.org>
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory

View File

@ -1,3 +1,8 @@
2003-07-11 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
vertically. (#109823, Joe Shaw)
2003-07-11 Morten Welinder <terra@gnome.org>
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory

View File

@ -1,3 +1,8 @@
2003-07-11 Matthias Clasen <maclas@gmx.de>
* gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents
vertically. (#109823, Joe Shaw)
2003-07-11 Morten Welinder <terra@gnome.org>
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory

View File

@ -186,7 +186,7 @@ gtk_statusbar_init (GtkStatusbar *statusbar)
gtk_widget_show (statusbar->frame);
statusbar->label = gtk_label_new ("");
gtk_misc_set_alignment (GTK_MISC (statusbar->label), 0.0, 0.0);
gtk_misc_set_alignment (GTK_MISC (statusbar->label), 0.0, 0.5);
/* don't expand the size request for the label; if we
* do that then toplevels weirdly resize
*/

View File

@ -1,3 +1,7 @@
2003-07-11 Matthias Clasen <maclas@gmx.de>
* POTFILES.in: Add gtkcolorbutton.c and gtkfontbutton.c.
2003-07-07 Pablo Saratxaga <pablo@mandrakesoft.com>
* wa.po: Updated Walloon file

View File

@ -35,6 +35,7 @@ gtk/gtkcellrenderertext.c
gtk/gtkcellrenderertoggle.c
gtk/gtkcheckbutton.c
gtk/gtkcheckmenuitem.c
gtk/gtkcolorbutton.c
gtk/gtkcolorsel.c
gtk/gtkcolorseldialog.c
gtk/gtkcombo.c
@ -45,6 +46,7 @@ gtk/gtkentry.c
gtk/gtkentrycompletion.c
gtk/gtkfilesel.c
gtk/gtkfixed.c
gtk/gtkfontbutton.c
gtk/gtkfontsel.c
gtk/gtkframe.c
gtk/gtkgamma.c