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.xaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/UVtools.WPF/Assets/Styles/Styles.xaml b/UVtools.WPF/Assets/Styles/Styles.xaml
index 798c16f..96ccc9c 100644
--- a/UVtools.WPF/Assets/Styles/Styles.xaml
+++ b/UVtools.WPF/Assets/Styles/Styles.xaml
@@ -29,6 +29,12 @@
<Setter Property="AcceptsTab" Value="True" />
</Style>
+ <Style Selector="NumericUpDown.ReadOnly">
+ <Setter Property="IsReadOnly" Value="True" />
+ <Setter Property="AllowSpin" Value="False" />
+ <Setter Property="ShowButtonSpinner" Value="False" />
+ </Style>
+
<Style Selector="TextBox.NumericUpDownValueLabel">
<Setter Property="IsEnabled" Value="False" />