From: Jean-Philippe Bruyère Date: Wed, 7 Feb 2018 15:09:04 +0000 (+0100) Subject: file dialog improvments, window title colors property in window class X-Git-Tag: v0.9.5-beta~181 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=2937dc695a03c6359494a0f1a9224766b6d1aa04;p=jp%2Fcrow.git file dialog improvments, window title colors property in window class --- diff --git a/Crow.csproj b/Crow.csproj index 13cab16d..c45642b5 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -359,6 +359,7 @@ + diff --git a/Default.style b/Default.style index 07689b50..98c10255 100644 --- a/Default.style +++ b/Default.style @@ -136,4 +136,14 @@ HSVSpinner { Minimum = 0; Maximum = 1; SmallIncrement = 0.01; +} +TxtInFileDialog { + Margine = 1; + Font = droid, 12; +} +CheckBoxAlt { + Template= #Crow.Templates.CheckBox2.template; + Background = Transparent; + Checked={Background=DarkSlateGray;Foreground=LightGray;}; + Unchecked = {Background=Transparent;Foreground=DimGray;}; } \ No newline at end of file diff --git a/Templates/CheckBox2.template b/Templates/CheckBox2.template new file mode 100644 index 00000000..db61dd1a --- /dev/null +++ b/Templates/CheckBox2.template @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/Templates/FileDialog.template b/Templates/FileDialog.template index 7eba6828..62a7dc6d 100644 --- a/Templates/FileDialog.template +++ b/Templates/FileDialog.template @@ -4,11 +4,11 @@ MouseEnter="./onBorderMouseEnter" MouseLeave="./onBorderMouseLeave"> - - - - - - - + + + + + + + + + +