Update the drag split edge fraction
This commit is contained in:
parent
84de8a88a4
commit
cab6dc9f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ impl Pane {
|
||||||
}
|
}
|
||||||
|
|
||||||
let rect = event.bounds.size;
|
let rect = event.bounds.size;
|
||||||
let size = event.bounds.size.width.min(event.bounds.size.height) * 0.2;
|
let size = event.bounds.size.width.min(event.bounds.size.height) * 0.33;
|
||||||
let relative_cursor = Point::new(
|
let relative_cursor = Point::new(
|
||||||
event.event.position.x - event.bounds.left(),
|
event.event.position.x - event.bounds.left(),
|
||||||
event.event.position.y - event.bounds.top(),
|
event.event.position.y - event.bounds.top(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue