summaryrefslogtreecommitdiffstats
path: root/src/tab-label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-label.c')
-rw-r--r--src/tab-label.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-label.c b/src/tab-label.c
index 33a6cd8..abc29eb 100644
--- a/src/tab-label.c
+++ b/src/tab-label.c
@@ -457,6 +457,7 @@ mq_tab_label_init(MqTabLabel *tab_label)
/* Set up close button. */
close_button = gtk_button_new_from_icon_name("window-close",
GTK_ICON_SIZE_BUTTON);
+ gtk_button_set_relief(GTK_BUTTON(close_button), GTK_RELIEF_NONE);
gtk_widget_set_tooltip_text(close_button, "Close tab");
/* Pack tab box. */