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

Commit

Permalink
Add Gtk.STYLE_CLASS_FLAT to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelobalexandre committed Jul 4, 2019
1 parent ca33da6 commit 0c3ca80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Windows/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 0c3ca80

Please sign in to comment.