Skip to content
Snippets Groups Projects
Commit 3f510f76 authored by Federico Lolli's avatar Federico Lolli
Browse files

LayoutManager: fixed layout window growing

parent 472f5442
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ impl LayoutManagerWindow {
// Layouts table
StripBuilder::new(ui)
.size(Size::remainder().at_least(100.0))
.size(Size::initial(200.0))
.size(Size::exact(7.0))
.size(Size::exact(40.0))
.vertical(|mut strip| {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment