fix(menu): styling
Also improves the styling of resize indicators, and removes the unnecessary `.density()` method call for the SSD header.
This commit is contained in:
parent
be38da47e9
commit
b7a34bdd1e
11 changed files with 70 additions and 81 deletions
|
|
@ -180,7 +180,7 @@ impl<P: Program + Send + Clone + 'static> Clone for IcedElementInternal<P> {
|
|||
}
|
||||
let mut renderer = cosmic::Renderer::TinySkia(IcedGraphicsRenderer::new(
|
||||
Backend::new(),
|
||||
cosmic::font::DEFAULT,
|
||||
cosmic::font::default(),
|
||||
Pixels(16.0),
|
||||
));
|
||||
let mut debug = Debug::new();
|
||||
|
|
@ -246,7 +246,7 @@ impl<P: Program + Send + 'static> IcedElement<P> {
|
|||
let size = size.into();
|
||||
let mut renderer = cosmic::Renderer::TinySkia(IcedGraphicsRenderer::new(
|
||||
Backend::new(),
|
||||
cosmic::font::DEFAULT,
|
||||
cosmic::font::default(),
|
||||
Pixels(16.0),
|
||||
));
|
||||
let mut debug = Debug::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue