Use custom style for workspace items
None of the default styles seem to work quite right here.
This commit is contained in:
parent
7997d58ce7
commit
8f571e9e25
2 changed files with 31 additions and 7 deletions
|
|
@ -671,12 +671,6 @@ impl Application for App {
|
|||
fn core_mut(&mut self) -> &mut cosmic::app::Core {
|
||||
&mut self.core
|
||||
}
|
||||
|
||||
fn style(
|
||||
&self,
|
||||
) -> Option<<cosmic::Theme as cosmic::iced_style::application::StyleSheet>::Style> {
|
||||
Some(cosmic::theme::style::iced::Application::default())
|
||||
}
|
||||
}
|
||||
|
||||
fn init_localizer() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue