From c6da15c4ffed4fd9a54a4c3668853e2564150326 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Thu, 15 Mar 2018 00:25:23 +0100 Subject: [PATCH] remove docker, floating dockingwin should be added to iface --- Crow.csproj | 1 - Default.style | 1 + Templates/FileDialog.template | 10 +-- Tests/BasicTests.cs | 10 ++- Tests/Interfaces/Experimental/testDock.crow | 15 +--- src/GraphicObjects/DockStack.cs | 9 ++- src/GraphicObjects/DockWindow.cs | 7 +- src/GraphicObjects/Docker.cs | 84 --------------------- src/GraphicObjects/Image.cs | 4 +- 9 files changed, 28 insertions(+), 113 deletions(-) delete mode 100644 src/GraphicObjects/Docker.cs diff --git a/Crow.csproj b/Crow.csproj index db3da7bb..1b5b3406 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -218,7 +218,6 @@ - diff --git a/Default.style b/Default.style index f1445fe5..5b36bc2d 100644 --- a/Default.style +++ b/Default.style @@ -131,6 +131,7 @@ DockWindow { Background = "Onyx"; Focusable = "true"; AllowDrag = "true"; + AlwaysOnTop = "true"; Margin="0"; Width="200"; Height="200"; diff --git a/Templates/FileDialog.template b/Templates/FileDialog.template index 6fae49c5..42b5ec0c 100644 --- a/Templates/FileDialog.template +++ b/Templates/FileDialog.template @@ -16,7 +16,7 @@ - +