Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit d625293

Browse files
Add Gtk.STYLE_CLASS_FLAT to the header
1 parent 634f9ba commit d625293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Windows/MainWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ namespace Tomato.Window {
235235

236236
headerbar.get_style_context ().add_class ("compact");
237237
headerbar.get_style_context ().add_class ("main-window");
238+
headerbar.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT);
238239

239240
this.get_style_context ().add_class ("main-window");
240241
}

0 commit comments

Comments
 (0)