From 78ff96edf53ba273aa157a5bda2aa5b7a10f1c5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 16 Feb 2020 07:36:48 +0100 Subject: [PATCH] roslyn editor --- Crow/Templates/TabItem.template | 2 +- Crow/src/Widgets/ColorPicker.cs | 4 ++ Crow/src/Widgets/IMLContainer.cs | 27 +-------- Crow/src/Widgets/TabView.cs | 30 +--------- Directory.Build.props | 2 +- .../ui/Interfaces/Divers/colorPicker.crow | 6 +- .../ui/Interfaces/Divers/colorPicker2.crow | 7 +++ .../common/ui/templates/ColorPicker.template | 60 +++++++++++++++++++ Samples/common/ui/templates/TabItem.template | 24 -------- 9 files changed, 82 insertions(+), 80 deletions(-) create mode 100644 Samples/common/ui/Interfaces/Divers/colorPicker2.crow create mode 100644 Samples/common/ui/templates/ColorPicker.template delete mode 100644 Samples/common/ui/templates/TabItem.template diff --git a/Crow/Templates/TabItem.template b/Crow/Templates/TabItem.template index b06c9e42..a95b4dbe 100644 --- a/Crow/Templates/TabItem.template +++ b/Crow/Templates/TabItem.template @@ -8,7 +8,7 @@ HorizontalAlignment="Left" Height="{./TabHeight}" Width="{./TabWidth}"> -