]> spindle.queued.net Git - midori/commitdiff
Fix the size of hildon picker buttons to have the correct height
authorChristian Dywan <christian@twotoasts.de>
Sat, 31 Oct 2009 04:03:20 +0000 (05:03 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 31 Oct 2009 04:03:20 +0000 (05:03 +0100)
katze/katze-utils.c

index eb1b15575b00c4699c73c37272041d91014cf206..b04624917527efde6066b89b83695f04481d6995 100644 (file)
@@ -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),