Skip to content

Commit

Permalink
Update src/MainWindow.vala
Browse files Browse the repository at this point in the history
Style unfullscreen button

Co-authored-by: Danielle Foré <[email protected]>
  • Loading branch information
jeremypw and danirabbit authored Jan 10, 2024
1 parent bf9633d commit 46d2053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ namespace Terminal {
action_accelerators[ACTION_FULLSCREEN].to_array (),
_("Exit FullScreen")
);
unfullscreen_button.get_style_context ().remove_class ("image-button");
unfullscreen_button.get_style_context ().add_class ("titlebutton");

search_button = new Gtk.ToggleButton () {
action_name = ACTION_PREFIX + ACTION_SEARCH,
Expand Down

0 comments on commit 46d2053

Please sign in to comment.