layout fixes
This commit is contained in:
parent
5c778b4350
commit
e59d10d23a
3 changed files with 8 additions and 10 deletions
|
@ -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(),
|
||||
|
|
Reference in a new issue