antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

Remove HeaderBar #195

Closed MGlolenstine closed 4 years ago

MGlolenstine commented 4 years ago

I'm working on a seamless-fullscreen application and I'd like to remove the headerbar. I tried setting it's height, but apparently it's impossible to do so with the GTK without changing the theme.

Is there a way to do it within RELM?

MGlolenstine commented 4 years ago

Fixed it by adding

decorated: false

into my Window block.