Implement zooming for panes and docks
This commit is contained in:
parent
c03e470fe6
commit
adf361b374
5 changed files with 122 additions and 63 deletions
|
@ -33,11 +33,8 @@ use crate::{
|
|||
rect::RectF,
|
||||
vector::{vec2f, Vector2F},
|
||||
},
|
||||
json,
|
||||
platform::MouseButton,
|
||||
scene::MouseDown,
|
||||
Action, EventContext, LayoutContext, SceneBuilder, SizeConstraint, View, ViewContext,
|
||||
WeakViewHandle, WindowContext,
|
||||
json, Action, LayoutContext, SceneBuilder, SizeConstraint, View, ViewContext, WeakViewHandle,
|
||||
WindowContext,
|
||||
};
|
||||
use anyhow::{anyhow, Result};
|
||||
use collections::HashMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue