Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar
This commit is contained in:
commit
8493ccec7f
8 changed files with 225 additions and 168 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue