improv: add window border
This commit is contained in:
parent
36b3cfa13a
commit
127ce17b85
26 changed files with 130 additions and 114 deletions
|
|
@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue