wip: calculate theme using new method
This commit is contained in:
parent
607883e4ad
commit
a618c1b94a
6 changed files with 257 additions and 423 deletions
5
cosmic-theme/src/model/layout.rs
Normal file
5
cosmic-theme/src/model/layout.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#[derive(Default)]
|
||||
pub struct Layout {
|
||||
corner_radii: [u32;4],
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue