Don't open most windows at mouse position

This commit is contained in:
TingPing
2013-09-25 02:09:47 -04:00
parent 8028bb7f82
commit 7bc3317eeb
3 changed files with 3 additions and 5 deletions

View File

@@ -2272,7 +2272,7 @@ setup_window_open (void)
{
GtkWidget *wid, *win, *vbox, *hbox, *hbbox;
win = gtkutil_window_new (_(DISPLAY_NAME": Preferences"), "prefs", 0, 0, 3);
win = gtkutil_window_new (_(DISPLAY_NAME": Preferences"), "prefs", 0, 0, 2);
vbox = gtk_vbox_new (FALSE, 5);
gtk_container_set_border_width (GTK_CONTAINER (vbox), 6);