tweak drop target overlay color and make stack fully constraint children by the first child

's size
This commit is contained in:
K Simmons 2022-10-24 23:47:43 -07:00
parent aed085b168
commit 113b7f6f97
3 changed files with 14 additions and 5 deletions

View file

@ -126,6 +126,7 @@ pub struct OpenSharedScreen {
pub peer_id: PeerId,
}
#[derive(Clone, PartialEq)]
pub struct SplitWithItem {
from: WeakViewHandle<Pane>,
pane_to_split: WeakViewHandle<Pane>,