cleaning + fmt
This commit is contained in:
parent
1d20d3ac56
commit
d7874e728b
6 changed files with 37 additions and 168 deletions
|
@ -2,8 +2,6 @@ use crate::{platform, theme::*, Filename, Layout, Mode};
|
|||
use std::sync::Arc;
|
||||
use zoon::*;
|
||||
|
||||
|
||||
|
||||
pub struct HeaderPanel {
|
||||
hierarchy: Mutable<Option<Arc<wellen::Hierarchy>>>,
|
||||
layout: Mutable<Layout>,
|
||||
|
@ -38,7 +36,7 @@ impl HeaderPanel {
|
|||
.s(Gap::both(15))
|
||||
.item(self.load_button())
|
||||
.item(self.layout_switcher())
|
||||
.item(self.mode_switcher())
|
||||
.item(self.mode_switcher()),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue