update libcosmic
This commit is contained in:
parent
fda0850b3b
commit
77be96e1c2
4 changed files with 719 additions and 363 deletions
|
|
@ -253,7 +253,7 @@ where
|
|||
let state = tree.state.downcast_ref::<State>();
|
||||
|
||||
let cosmic_theme = theme.cosmic();
|
||||
let radius_s = cosmic_theme.corner_radii.radius_s[0];
|
||||
let radius_s = cosmic_theme.corner_radii.radius_s[0] - 1.0;
|
||||
let scrollbar_w = f32::from(cosmic_theme.spacing.space_xxs);
|
||||
|
||||
let view_position = layout.position() + [self.padding.left, self.padding.top].into();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue