refactor: cosmic-config granular key updates and remove unused generics from cosmic-theme
This commit is contained in:
parent
ef657fb19d
commit
a4d1b1b651
18 changed files with 233 additions and 699 deletions
|
|
@ -34,7 +34,7 @@ where
|
|||
let mut node = self
|
||||
.content
|
||||
.as_widget()
|
||||
.layout(&mut self.tree, renderer, &limits);
|
||||
.layout(self.tree, renderer, &limits);
|
||||
let node_size = node.size();
|
||||
|
||||
node.move_to(Point {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue