summaryrefslogtreecommitdiffstats
path: root/src/tab-label.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-22 19:25:42 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-22 19:25:42 (EDT)
commit7e4f832704f530ce8f74195e78731f06c615c111 (patch)
tree2151623890ad11826a3d7569e6fc41451a108323 /src/tab-label.c
parent1804ea142c361f3bfc43c75c39839e19569a0647 (diff)
downloadmarquee-7e4f832704f530ce8f74195e78731f06c615c111.zip
marquee-7e4f832704f530ce8f74195e78731f06c615c111.tar.gz
marquee-7e4f832704f530ce8f74195e78731f06c615c111.tar.bz2
MqTabLabel: Ensure no relief is drawn around close button
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. */