diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-20 13:52:12 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-20 13:52:12 -0400 |
| commit | b52090021ff0ae61db652e8a486cbff6732f5ec5 (patch) | |
| tree | d6b3fa622525e293f715c963e46cb91465b4a064 /source/ShiftUI/Theming/ShiftOS.cs | |
| parent | 64aae03a9b08a10ace6366008093e95ab5e99945 (diff) | |
| download | shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.tar.gz shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.tar.bz2 shiftos-c--b52090021ff0ae61db652e8a486cbff6732f5ec5.zip | |
Move ShiftUI designer to ShiftOS and add
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
Diffstat (limited to 'source/ShiftUI/Theming/ShiftOS.cs')
| -rw-r--r-- | source/ShiftUI/Theming/ShiftOS.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/ShiftUI/Theming/ShiftOS.cs b/source/ShiftUI/Theming/ShiftOS.cs index 00e9b1a..7950c18 100644 --- a/source/ShiftUI/Theming/ShiftOS.cs +++ b/source/ShiftUI/Theming/ShiftOS.cs @@ -14,6 +14,7 @@ namespace ShiftUI.ShiftOS public Color ButtonBorderColor = Color.Black; public Color ButtonBackColor = Color.White; public Color ButtonBackColor_Pressed = Color.Gray; + public Color ButtonBackColor_Checked = Color.Black; #endregion #region Global @@ -55,6 +56,10 @@ namespace ShiftUI.ShiftOS #endregion + #region ListView + public Color ListViewBackground = Color.White; + #endregion + // No reason to have ShiftOS deal with window borders itself // when I can do it inside ShiftUI. #region Form |
