Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar

This commit is contained in:
Héctor Ramón Jiménez 2020-06-08 18:33:36 +02:00
commit 8493ccec7f
8 changed files with 225 additions and 168 deletions

View file

@ -103,7 +103,7 @@ impl Sandbox for Example {
.height(Length::Fill)
.spacing(10)
.on_drag(Message::Dragged)
.on_resize(Message::Resized)
.on_resize(10, Message::Resized)
.on_key_press(handle_hotkey);
Container::new(pane_grid)