aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 9ce5374f..beb8dca6 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2462,6 +2462,8 @@ static GtkWidget *main_window_toolbar_create(MainWindow *mainwin)
G_CALLBACK(toolbar_junk_cb),
mainwin);
+ gtk_toolbar_append_space(GTK_TOOLBAR(toolbar));
+
icon_wid = gtk_image_new_from_stock(GTK_STOCK_EXECUTE,
GTK_ICON_SIZE_LARGE_TOOLBAR);
exec_btn = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar),