* src/maemo/modest-maemo-global-settings-dialog.c:
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 20 Feb 2008 11:27:50 +0000 (11:27 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 20 Feb 2008 11:27:50 +0000 (11:27 +0000)
* Changed the default width of the dialog to 700 to fit the
  translation strings for most languages (fixes NB#80866).

pmo-trunk-r4207

src/maemo/modest-maemo-global-settings-dialog.c

index c7f84a7..4d6286f 100644 (file)
@@ -233,7 +233,7 @@ modest_maemo_global_settings_dialog_init (ModestMaemoGlobalSettingsDialog *self)
        gtk_container_add (GTK_CONTAINER (GTK_DIALOG (self)->vbox), ppriv->notebook);
        gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (self)->vbox), MODEST_MARGIN_HALF);
 
-       gtk_window_set_default_size (GTK_WINDOW (self), -1, 300);
+       gtk_window_set_default_size (GTK_WINDOW (self), 700, 300);
 
        g_signal_connect (G_OBJECT (self), "key-press-event",
                          G_CALLBACK (on_inner_tabs_key_pressed), self);