chore: updates after iced-rebase
This commit is contained in:
parent
bd0d180482
commit
71d9d6d5bb
41 changed files with 1786 additions and 2396 deletions
|
|
@ -21,9 +21,9 @@ use cosmic::{
|
|||
prelude::*,
|
||||
surface, theme,
|
||||
widget::{
|
||||
self, autosize, horizontal_space,
|
||||
self, autosize,
|
||||
rectangle_tracker::{RectangleTracker, RectangleUpdate, rectangle_tracker_subscription},
|
||||
vertical_space,
|
||||
space,
|
||||
},
|
||||
};
|
||||
use cosmic_comp_config::CosmicCompConfig;
|
||||
|
|
@ -291,7 +291,7 @@ impl cosmic::Application for Window {
|
|||
])
|
||||
}
|
||||
|
||||
fn style(&self) -> Option<Appearance> {
|
||||
fn style(&self) -> Option<cosmic::iced::theme::Style> {
|
||||
Some(cosmic::applet::style())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue