improv: add window border

This commit is contained in:
Vukašin Vojinović 2024-11-03 19:16:37 +01:00 committed by Michael Murphy
parent 36b3cfa13a
commit 127ce17b85
26 changed files with 130 additions and 114 deletions

View file

@ -564,12 +564,9 @@ impl Application for Window {
};
widgets.push(
scrollable(
container(content.debug(self.debug))
.align_x(iced::alignment::Horizontal::Center),
)
.width(Length::Fill)
.into(),
scrollable(container(content.debug(self.debug)).align_x(iced::Alignment::Center))
.width(Length::Fill)
.into(),
);
}