Colors, Icons #16

Merged
MartinKavik merged 11 commits from colors_icons into main 2024-09-14 19:54:13 +00:00
Showing only changes of commit 4854252398 - Show all commits

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()))
}