From: mishas Date: Tue, 10 Apr 2007 18:28:12 +0000 (+0000) Subject: slightly increased the size of the settings dialog 324 vs 257 X-Git-Url: http://vcs.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=9982151147ffd66e2731610cecafacbf55966202 slightly increased the size of the settings dialog 324 vs 257 git-svn-id: file:///svnroot/simple-launcher/trunk@160 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/settings-dialog.cc b/settings-dialog.cc index 5205c65..32d8f4a 100644 --- a/settings-dialog.cc +++ b/settings-dialog.cc @@ -70,7 +70,7 @@ SettingsDialog::SettingsDialog(GtkWindow *parent, LauncherItems& items) : myList addPage(notebook, "UI", createUIPage()); addPage(notebook, "Items", myList.getWidget()); - gtk_widget_set_size_request(GTK_WIDGET(myDialog), 540, 257); + gtk_widget_set_size_request(GTK_WIDGET(myDialog), 540, 324); gtk_notebook_set_current_page(notebook, 0); }