[Xfce4-commits] <midori:master> Fix the size of hildon picker buttons to have the correct height

Christian Dywan noreply at xfce.org
Sat Oct 31 05:50:02 CET 2009


Updating branch refs/heads/master
         to e29e7f62d2d8e9bacc32bbb456ae57291c806ba4 (commit)
       from 1133bc44490a16e455f000d2b49ca61b4d0c4386 (commit)

commit e29e7f62d2d8e9bacc32bbb456ae57291c806ba4
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Oct 31 05:03:20 2009 +0100

    Fix the size of hildon picker buttons to have the correct height

 katze/katze-utils.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/katze/katze-utils.c b/katze/katze-utils.c
index eb1b155..b046249 100644
--- a/katze/katze-utils.c
+++ b/katze/katze-utils.c
@@ -542,7 +542,9 @@ katze_property_proxy (gpointer     object,
         #ifdef HAVE_HILDON_2_2
         GtkWidget* selector;
 
-        widget = hildon_picker_button_new (HILDON_SIZE_AUTO, HILDON_BUTTON_ARRANGEMENT_HORIZONTAL);
+        widget = hildon_picker_button_new (
+            HILDON_SIZE_FINGER_HEIGHT | HILDON_SIZE_AUTO_WIDTH,
+            HILDON_BUTTON_ARRANGEMENT_HORIZONTAL);
         selector = hildon_touch_selector_new_text ();
         hildon_button_set_title (HILDON_BUTTON (widget), gettext (nick));
         hildon_picker_button_set_selector (HILDON_PICKER_BUTTON (widget),



More information about the Xfce4-commits mailing list