slightly increased the size of the settings dialog 324 vs 257
authormishas <mikhail.sobolev@gmail.com>
Tue, 10 Apr 2007 18:28:12 +0000 (18:28 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 10 Apr 2007 18:28:12 +0000 (18:28 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@160 3ba93dab-e023-0410-b42a-de7732cf370a

settings-dialog.cc

index 5205c65..32d8f4a 100644 (file)
@@ -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);
 }