Skip to content

GNOME 40 style updates

Chris requested to merge BrainBlasted/malcontent:wip/cdavis/gnome-40-style into main

Make use of libhandy to match the styling we're going to be using for GNOME 40. Allows us to remove a lot of code, with no drawbacks and a few benefits :)

  • HdyActionRow gives us clickable rows that activate switches, buttons, etc. without connecting to row-activated
  • HdyPreferencesWindow gives us nice styling for the restrict applications selector
  • We can drop GtkFrame in favor of the content style class from libhandy and HdyPreferencesGroup
  • Bottom rounded window corners, which we want to use for as many core apps as possible in 40

Screenshots:

Screenshot_from_2021-02-08_15-01-53 Screenshot_from_2021-02-08_14-59-45 Screenshot_from_2021-02-08_15-00-31 Screenshot_from_2021-02-08_15-00-53

Merge request reports