command_panel layout

This commit is contained in:
Martin Kavík 2024-09-14 19:50:43 +02:00
parent 3aa48b1b78
commit d33b92e9b7

View file

@ -13,8 +13,8 @@ impl CommandPanel {
Row::new()
.s(Align::new().top())
.s(Gap::both(30))
.s(Scrollbars::both())
.s(Width::fill())
.s(Padding::new().x(20).bottom(20))
.item(self.command_editor_panel(command_result.clone()))
.item(self.command_result_panel(command_result.read_only()))
}