timeline_getter

This commit is contained in:
Martin Kavík 2024-06-07 22:20:49 +02:00
parent 64cc46d4ac
commit c2f49901f6
6 changed files with 66 additions and 23 deletions

View file

@ -99,7 +99,6 @@ impl ControlsPanel {
Layout::Columns => Height::fill().max(MILLER_COLUMN_MAX_HEIGHT),
},
)))
.s(Scrollbars::both())
.s(Padding::all(20))
.s(Gap::new().y(40))
.s(Align::new().top())