From 80dc0221c3455a50b8877f19c4a19043af0042f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 11 Mar 2018 13:20:27 +0100 Subject: [PATCH] split ProjectNode classes in separate files --- Default.style | 2 ++ Templates/DockWindow.template | 9 +++++++-- src/GraphicObjects/Window.cs | 8 ++++++++ src/Interface.cs | 20 ++++---------------- 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Default.style b/Default.style index 0c9fe38f..54d2b974 100644 --- a/Default.style +++ b/Default.style @@ -132,6 +132,8 @@ DockWindow { Focusable = "true"; AllowDrag = "true"; Margin="0"; + Width="200"; + Height="200"; } FileDialog { Template = "#Crow.FileDialog.template"; diff --git a/Templates/DockWindow.template b/Templates/DockWindow.template index 56afd3eb..71685a16 100755 --- a/Templates/DockWindow.template +++ b/Templates/DockWindow.template @@ -5,7 +5,12 @@ MouseEnter="./onBorderMouseEnter" MouseLeave="./onBorderMouseLeave"> -