From: jpbruyere Date: Fri, 10 Feb 2017 14:54:50 +0000 (+0100) Subject: TextBox, Label, simpler SVG icon for file sys viewers (improve speed a lot), divers... X-Git-Tag: v0.9.5-beta~245 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=20ca0a729160585ab649da52d3f63bf1dd7ad54c;p=jp%2Fcrow.git TextBox, Label, simpler SVG icon for file sys viewers (improve speed a lot), divers debug and code clean --- diff --git a/Crow.csproj b/Crow.csproj index 98790cae..f5d90aa4 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -24,6 +24,8 @@ $(SolutionDir)build\$(Configuration) $(SolutionDir)build\obj\$(Configuration) crow.key + 8.0.30703 + 2.0 true @@ -299,6 +301,12 @@ + + Crow.FileDialog2.template + + + + diff --git a/Default.style b/Default.style index 0f4d81e1..a09c363d 100644 --- a/Default.style +++ b/Default.style @@ -87,6 +87,7 @@ ToolWindow { Height = 150; } FileDialog { + Template = #Crow.FileDialog.template; Focusable = true; MinimumSize=50,50; Width = 500; diff --git a/Icons/file.svg b/Icons/file.svg new file mode 100644 index 00000000..b156b0ab --- /dev/null +++ b/Icons/file.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/Icons/folder.svg b/Icons/folder.svg new file mode 100644 index 00000000..84caa4fb --- /dev/null +++ b/Icons/folder.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/Icons/level-up.svg b/Icons/level-up.svg new file mode 100644 index 00000000..86d7c784 --- /dev/null +++ b/Icons/level-up.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/Templates/Button.template b/Templates/Button.template index b1926443..92ddb39c 100755 --- a/Templates/Button.template +++ b/Templates/Button.template @@ -1,5 +1,5 @@ - + Path="#Crow.Icons.file.svg"/> diff --git a/Templates/FileDialog.template b/Templates/FileDialog.template index 7972b583..8305dfc9 100644 --- a/Templates/FileDialog.template +++ b/Templates/FileDialog.template @@ -9,7 +9,7 @@