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
|
|
@ -158,7 +158,7 @@ impl<Message: TabMessage + 'static> Tab<Message> {
|
|||
id,
|
||||
app_icon: from_name(app_id.into()).size(16).icon(),
|
||||
title: title.into(),
|
||||
font: cosmic::font::FONT,
|
||||
font: cosmic::font::default(),
|
||||
close_message: None,
|
||||
press_message: None,
|
||||
right_click_message: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue