Started to make the dock better, major issue's resizing child elements

This commit is contained in:
Mikayla Maki 2022-09-12 14:53:26 -07:00
parent f2b72eb6d2
commit 31a3fdb23e
2 changed files with 53 additions and 67 deletions

View file

@ -1,6 +1,6 @@
use gpui::{
actions,
elements::{ChildView, Container, Empty, FlexItem, Margin, MouseEventHandler, Side, Svg},
elements::{ChildView, Container, Empty, Margin, MouseEventHandler, Side, Svg},
impl_internal_actions, CursorStyle, Element, ElementBox, Entity, MouseButton,
MutableAppContext, RenderContext, View, ViewContext, ViewHandle, WeakViewHandle,
};