chore: use latest libcosmic

This commit is contained in:
Ashley Wulber 2023-01-31 17:24:11 -05:00 committed by Ashley Wulber
parent d1c251d6b7
commit b692cdcc05
8 changed files with 57 additions and 51 deletions

View file

@ -16,7 +16,7 @@ use cosmic::{
iced::{self, Application, Command, Length},
iced_native::window,
theme::{Svg, Theme},
widget::{button, horizontal_rule},
widget::{button, divider},
Element,
};
use zbus::Connection;
@ -328,7 +328,7 @@ impl Application for Window {
.horizontal_alignment(Horizontal::Center)
.size(24)
.into(),
container(horizontal_rule(1))
container(divider::horizontal::light())
.padding([0, 12])
.width(Length::Fill)
.into(),