Skip to content

window: use AdwToolbarView

Christian Hergert requested to merge wip/chergert/toolbarview into main

This switches to using the new AdwToolbarView which means we can have shadows above contents and no separator between the headerbar and content.

I'm including the statusbar on this, but that is only ever shown if you have "Vim keybindings" enabled, so ignore that 😄

Since I don't know if the plan was for this to be used for Text Editor, would like some input from @bertob and @exalm. Various screenshots below for how it looks.

Screenshot_from_2023-06-15_15-37-14

Screenshot_from_2023-06-15_15-37-10

Screenshot_from_2023-06-15_15-36-48

Screenshot_from_2023-06-15_15-36-27

Screenshot_from_2023-06-15_15-36-22

Screenshot_from_2023-06-15_15-36-17

Merge request reports