summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index f4bd9c2..e062ed3 100644
--- a/src/window.c
+++ b/src/window.c
@@ -117,6 +117,8 @@ add_tab(MqWindow *window, gchar *uri, gint position)
0, 0, 1, 1);
gtk_grid_attach(GTK_GRID(tab_label), tab_label_label,
1, 0, 1, 1);
+ gtk_grid_attach(GTK_GRID(tab_label), gtk_button_new_from_icon_name(
+ "window-close", GTK_ICON_SIZE_BUTTON), 2, 0, 1, 1);
gtk_widget_show_all(tab_label);
tab = mq_tab_new(uri, tab_label_image, tab_label_label);