From 8a535547c868dfeb38143e5836b02f9ac4f56354 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 4 Mar 2018 22:26:24 +0100 Subject: [PATCH] docker debug --- Default.style | 8 +-- Tests/Interfaces/Experimental/testDock.crow | 11 ++-- src/GraphicObjects/DockStack.cs | 68 ++++++++++----------- src/GraphicObjects/DockWindow.cs | 29 +-------- src/GraphicObjects/Docker.cs | 9 ++- 5 files changed, 55 insertions(+), 70 deletions(-) diff --git a/Default.style b/Default.style index 2b905e3f..d4e7e4a7 100644 --- a/Default.style +++ b/Default.style @@ -111,15 +111,15 @@ ToolWindow { } Docker { AllowDrop = "false"; - Margin="5"; + Margin="1"; Focusable="true"; } DockStack { - Margin="5"; + Margin="3"; AllowDrop = "true"; Focusable="true"; - //DragEnter="{Background=DarkBlue}"; - //DragLeave="{Background=Jet}"; + //DragEnter="{Background=Blue}"; + //DragLeave="{Background=Transparent}"; //EndDrag="{Background=Jet}"; } DockWindow { diff --git a/Tests/Interfaces/Experimental/testDock.crow b/Tests/Interfaces/Experimental/testDock.crow index 38727e28..3f1aaa3d 100644 --- a/Tests/Interfaces/Experimental/testDock.crow +++ b/Tests/Interfaces/Experimental/testDock.crow @@ -1,10 +1,13 @@  - - - - + + + + + + +