2009-02-18 Alberto Garcia <agarcia@igalia.com>
authorAlberto Garcia <agarcia@igalia.com>
Wed, 18 Feb 2009 13:56:53 +0000 (13:56 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Wed, 18 Feb 2009 13:56:53 +0000 (13:56 +0000)
* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Use the
full height of the toolbar for the button and the label.

ChangeLog
src/hildon-edit-toolbar.c

index d41a532..a2bab85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-02-18  Alberto Garcia  <agarcia@igalia.com>
 
+       * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Use the
+       full height of the toolbar for the button and the label.
+
+2009-02-18  Alberto Garcia  <agarcia@igalia.com>
+
        * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Add some
        padding before the label and after the button.
 
index 1be5477..b1617f1 100644 (file)
@@ -191,7 +191,7 @@ hildon_edit_toolbar_init                        (HildonEditToolbar *self)
     GtkBox *hbox2;
 
     hbox2 = GTK_BOX (gtk_hbox_new (FALSE, 0));
-    align = GTK_ALIGNMENT (gtk_alignment_new (0, 0.5, 1, 0));
+    align = GTK_ALIGNMENT (gtk_alignment_new (0, 0.5, 1, 1));
     priv->label = GTK_LABEL (gtk_label_new (NULL));
     priv->button = GTK_BUTTON (hildon_gtk_button_new (HILDON_SIZE_AUTO));
     separator = gtk_vseparator_new ();