Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Assets/Styles/Styles.xaml')
-rw-r--r--UVtools.WPF/Assets/Styles/Styles.xaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/UVtools.WPF/Assets/Styles/Styles.xaml b/UVtools.WPF/Assets/Styles/Styles.xaml
index 05e5ccf..144009a 100644
--- a/UVtools.WPF/Assets/Styles/Styles.xaml
+++ b/UVtools.WPF/Assets/Styles/Styles.xaml
@@ -5,6 +5,10 @@
<Border Padding="20"></Border>
</Design.PreviewWith>
+ <Styles.Resources>
+ <SolidColorBrush x:Key="LogoColor" Color="#660066" />
+ </Styles.Resources>
+
<Style Selector="Border.LayerNavigationToolTip">
<Setter Property="BorderThickness" Value="5"/>