diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-20 10:04:18 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-20 10:04:18 -0400 |
| commit | 995b1404e0966950f53447383da4c5f91bd2cdb0 (patch) | |
| tree | f0b325344c3f2c7cb7895cc67fa81fae421ffbb0 /source/ShiftUI/Theming/ShiftOS.cs | |
| parent | d40fed5ce2bc806a91245adb18039634eac13ed0 (diff) | |
| download | shiftos-c--995b1404e0966950f53447383da4c5f91bd2cdb0.tar.gz shiftos-c--995b1404e0966950f53447383da4c5f91bd2cdb0.tar.bz2 shiftos-c--995b1404e0966950f53447383da4c5f91bd2cdb0.zip | |
Fix window border bug, add skinnable VisualStyleBorders
Diffstat (limited to 'source/ShiftUI/Theming/ShiftOS.cs')
| -rw-r--r-- | source/ShiftUI/Theming/ShiftOS.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ShiftUI/Theming/ShiftOS.cs b/source/ShiftUI/Theming/ShiftOS.cs index 1cc00e1..1004a45 100644 --- a/source/ShiftUI/Theming/ShiftOS.cs +++ b/source/ShiftUI/Theming/ShiftOS.cs @@ -18,6 +18,8 @@ namespace ShiftUI.ShiftOS #region Global public string DefaultFont = "Microsoft Sans Serif"; + public Color VisualStyleBorderColor = Color.Black; + public int VisualStyleBorderWidth = 2; public int DefaultFontSize = 9; public FontStyle DefaultFontStyle = FontStyle.Regular; public Color WindowBackColor = Color.Gray; |
