layout fixes

This commit is contained in:
Martin Kavík 2024-06-17 11:35:13 +02:00
parent 5c778b4350
commit e59d10d23a
3 changed files with 8 additions and 10 deletions

View file

@ -54,8 +54,9 @@ fn root() -> impl Element {
))
.item(
Row::new()
.s(Height::fill())
.s(Scrollbars::y_and_clip_x())
.s(Gap::new().x(15))
.s(Height::growable().min(150))
.item(ControlsPanel::new(
hierarchy.clone(),
selected_var_refs.clone(),