From 864d52f23c781badb8a491b8cca5c62c5494061e Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 23 Jun 2009 10:38:16 +0200 Subject: [PATCH 1/1] Fixes NB#123994, entries in account setup wizard are the wrong size --- src/hildon2/modest-easysetup-wizard-dialog.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hildon2/modest-easysetup-wizard-dialog.c b/src/hildon2/modest-easysetup-wizard-dialog.c index 6ffaa16..b2369a5 100644 --- a/src/hildon2/modest-easysetup-wizard-dialog.c +++ b/src/hildon2/modest-easysetup-wizard-dialog.c @@ -369,8 +369,9 @@ create_captioned (ModestEasysetupWizardDialog *self, { GtkWidget *result; - result = modest_maemo_utils_create_captioned (title_size_group, value_size_group, - value, use_markup, control); + result = modest_maemo_utils_create_captioned_with_size_type (title_size_group, value_size_group, + value, 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: -- 1.7.9.5