From 0c3ca80b597e65408ed71f0a96c26ff058f4370d Mon Sep 17 00:00:00 2001 From: Marcelo Alexandre Date: Thu, 4 Jul 2019 17:08:15 -0300 Subject: [PATCH] Add Gtk.STYLE_CLASS_FLAT to the header --- src/Windows/MainWindow.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Windows/MainWindow.vala b/src/Windows/MainWindow.vala index f4c59d9..d41bc04 100644 --- a/src/Windows/MainWindow.vala +++ b/src/Windows/MainWindow.vala @@ -235,6 +235,7 @@ namespace Tomato.Window { headerbar.get_style_context ().add_class ("compact"); headerbar.get_style_context ().add_class ("main-window"); + headerbar.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT); this.get_style_context ().add_class ("main-window"); }