Improve scrollbar
This commit is contained in:
parent
81a529bd5d
commit
4bde45bcdc
2 changed files with 3 additions and 2 deletions
|
|
@ -473,7 +473,8 @@ impl Application for App {
|
|||
|
||||
/// Creates the application, and optionally emits command on initialize.
|
||||
fn init(mut core: Core, flags: Self::Flags) -> (Self, Command<Self::Message>) {
|
||||
core.window.content_container = false;
|
||||
//TODO: fix window resizing interfering with scrolling when not using content container
|
||||
//core.window.content_container = false;
|
||||
core.window.show_headerbar = flags.config.show_headerbar;
|
||||
|
||||
// Update font name from config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue