diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:39 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:39 +0000 |
commit | 41b1173190f702693b0b4fd2654cf2dc28a447f4 (patch) | |
tree | 03825cd0624f27ab545f8055bdd50db5d567f950 /src/xsane-batch-scan.c | |
parent | 1083fdcdb608210a42e00fc6819a6d5ce5996b2a (diff) |
Imported Upstream version 0.995upstream/0.995
Diffstat (limited to 'src/xsane-batch-scan.c')
-rw-r--r-- | src/xsane-batch-scan.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/xsane-batch-scan.c b/src/xsane-batch-scan.c index ff07e0c..85b259c 100644 --- a/src/xsane-batch-scan.c +++ b/src/xsane-batch-scan.c @@ -866,16 +866,15 @@ static void xsane_batch_scan_rename_callback(GtkWidget *widget, gpointer data) xsane_set_window_icon(rename_dialog, 0); /* set the main vbox */ - vbox = gtk_vbox_new(FALSE, 0); - gtk_container_set_border_width(GTK_CONTAINER(vbox), 0); + vbox = gtk_vbox_new(FALSE, 10); + gtk_container_set_border_width(GTK_CONTAINER(vbox), 10); gtk_container_add(GTK_CONTAINER(rename_dialog), vbox); gtk_widget_show(vbox); /* set the main hbox */ hbox = gtk_hbox_new(FALSE, 0); - xsane_separator_new(vbox, 2); - gtk_box_pack_end(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); - gtk_container_set_border_width(GTK_CONTAINER(hbox), 5); + gtk_box_pack_end(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); + gtk_container_set_border_width(GTK_CONTAINER(hbox), 0); gtk_widget_show(hbox); gtk_window_set_position(GTK_WINDOW(rename_dialog), GTK_WIN_POS_CENTER); |