fix: qualigy path
This commit is contained in:
parent
e87fe7056d
commit
4788693027
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
macro_rules! separator {
|
||||
($size:expr) => {
|
||||
$crate::iced::widget::horizontal_rule($size)
|
||||
.style(theme::Rule::Custom($crate::widget::separator_style))
|
||||
.style($crate::theme::Rule::Custom($crate::widget::separator_style))
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue