From 2ec4eeed1d0353c455719aa612a12646ae2d176e Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sun, 29 Jan 2017 23:11:34 +0100 Subject: [PATCH] MenuItem Template update, test Project viewer, view commands --- Crow.csproj | 12 ++++++------ Default.style | 1 + Microsoft.Build.cs | 16 ++++++++++++++++ Templates/MenuItem.template | 11 ++++------- 4 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 Microsoft.Build.cs diff --git a/Crow.csproj b/Crow.csproj index d74f12f2..4e5b52ff 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -295,12 +295,12 @@ - - - - - - + + + + + + diff --git a/Default.style b/Default.style index 89e54719..62618b17 100644 --- a/Default.style +++ b/Default.style @@ -22,6 +22,7 @@ Menu { VerticalAlignment = Top; } MenuItem { + Width = Stretched; Background = Transparent; Foreground = LightGray; MouseEnter = {Background = vgradient|0:UnitedNationsBlue|1:Onyx;Foreground=White;} diff --git a/Microsoft.Build.cs b/Microsoft.Build.cs new file mode 100644 index 00000000..eadbfe1e --- /dev/null +++ b/Microsoft.Build.cs @@ -0,0 +1,16 @@ +// ------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Mono Runtime Version: 4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +// ------------------------------------------------------------------------------ + +// +//This source code was auto-generated by MonoXSD +// +namespace Schemas { + +} diff --git a/Templates/MenuItem.template b/Templates/MenuItem.template index 311cd3ef..0f93b20c 100644 --- a/Templates/MenuItem.template +++ b/Templates/MenuItem.template @@ -1,7 +1,7 @@  + IsPopped="{²./IsOpened}" PopWidth="{./PopWidth}" PopHeight="{./PopHeight}"> - - + + -- 2.47.3