diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-history-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 69f62bcb3..8ce8e0281 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -259,7 +259,8 @@ confirmation_dialog_construct (EphyHistoryWindow *editor) gtk_widget_show (label); gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); - hbox = gtk_hbox_new (FALSE, 6); + hbox = gtk_hbox_new (FALSE, 12); + gtk_container_set_border_width (GTK_CONTAINER (hbox), 6); gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), hbox, TRUE, TRUE, 0); |