New approach to the HeaderBar widget
This commit is contained in:
parent
5949eb8d89
commit
67ff797018
9 changed files with 435 additions and 147 deletions
10
examples/settings/src/main.rs
Normal file
10
examples/settings/src/main.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use cosmic::{settings, iced::Application};
|
||||
mod window;
|
||||
use window::*;
|
||||
|
||||
fn main() -> cosmic::iced::Result {
|
||||
let mut settings = settings();
|
||||
settings.window.min_size = Some((600, 300));
|
||||
|
||||
App::run(settings)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue