Default account settings dialog entries are now finger sized
[modest] / src / hildon2 / modest-default-account-settings-dialog.c
index 8e9c8df..9837883 100644 (file)
@@ -263,8 +263,9 @@ create_captioned (ModestDefaultAccountSettingsDialog *self,
 
        GtkWidget *result;
 
-       result = modest_maemo_utils_create_captioned (title_sizegroup, value_sizegroup,
-                                                     label_text, use_markup, control);
+       result = modest_maemo_utils_create_captioned_with_size_type (title_sizegroup, value_sizegroup,
+                                                                    label_text, use_markup, control,
+                                                                    MODEST_EDITABLE_SIZE);
 
        /* Connect to the appropriate changed signal for the widget, 
         * so we can ask for the prev/next buttons to be enabled/disabled appropriately: