From: jpbruyere Date: Thu, 26 Jan 2017 23:21:48 +0000 (+0100) Subject: icon menuitem, PopWidth and PopHeight, commands X-Git-Tag: v0.9.5-beta~259^2~2 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=8a25a19ee73e8b7c0c9726bbb2ce4ec918f4e905;p=jp%2Fcrow.git icon menuitem, PopWidth and PopHeight, commands --- diff --git a/Crow.csproj b/Crow.csproj index 25e7f10d..d74f12f2 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -185,6 +185,7 @@ + @@ -294,6 +295,12 @@ + + + + + + diff --git a/Default.style b/Default.style index c4a8279e..89e54719 100644 --- a/Default.style +++ b/Default.style @@ -22,12 +22,10 @@ Menu { VerticalAlignment = Top; } MenuItem { - Height = Fit; - Width = Fit; Background = Transparent; Foreground = LightGray; - Open = {Background = Mantis;Foreground=Jet;} - Close = {Foreground=LightGray;Background=Transparent;} + MouseEnter = {Background = vgradient|0:UnitedNationsBlue|1:Onyx;Foreground=White;} + MouseLeave = {Foreground=LightGray;Background=Transparent;} } MessageBox { Width=200; diff --git a/Icons/copy-file.svg b/Icons/copy-file.svg new file mode 100644 index 00000000..63c2dd37 --- /dev/null +++ b/Icons/copy-file.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Icons/exit-symbol.svg b/Icons/exit-symbol.svg new file mode 100644 index 00000000..3fbaa0d2 --- /dev/null +++ b/Icons/exit-symbol.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Icons/open-file.svg b/Icons/open-file.svg new file mode 100644 index 00000000..d5c6a84d --- /dev/null +++ b/Icons/open-file.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Icons/paste-on-document.svg b/Icons/paste-on-document.svg new file mode 100644 index 00000000..b0a705ee --- /dev/null +++ b/Icons/paste-on-document.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Icons/question.svg b/Icons/question.svg new file mode 100644 index 00000000..fb8e3d3f --- /dev/null +++ b/Icons/question.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Icons/scissors.svg b/Icons/scissors.svg new file mode 100644 index 00000000..4b5a2255 --- /dev/null +++ b/Icons/scissors.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Templates/DirectoryView.template b/Templates/DirectoryView.template index 55d652a9..f7c74a9d 100755 --- a/Templates/DirectoryView.template +++ b/Templates/DirectoryView.template @@ -6,7 +6,7 @@