Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar
This commit is contained in:
commit
ac7816e8ca
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ use crate::{
|
||||||
/// })
|
/// })
|
||||||
/// })
|
/// })
|
||||||
/// .on_drag(Message::PaneDragged)
|
/// .on_drag(Message::PaneDragged)
|
||||||
/// .on_resize(Message::PaneResized);
|
/// .on_resize(10, Message::PaneResized);
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// [`PaneGrid`]: struct.PaneGrid.html
|
/// [`PaneGrid`]: struct.PaneGrid.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue