|
35 | 35 | <Setter Property="FontWeight" Value="Bold" /> |
36 | 36 | <Setter Property="FontSize" Value="20" /> |
37 | 37 | <Setter Property="MinWidth" Value="50" /> |
38 | | - </Style> |
| 38 | + <Setter Property="Foreground" Value="#B00" /> |
| 39 | + </Style> |
39 | 40 | <Style x:Key="NumericBorder" TargetType="Controls:NumericUpDown" > |
40 | 41 | <Setter Property="FontSize" Value="14" /> |
41 | 42 | <Setter Property="MinWidth" Value="50" /> |
42 | | - </Style> |
| 43 | + </Style> |
43 | 44 | <Style x:Key="DockBlockStatus" TargetType="DockPanel" > |
44 | 45 | <Setter Property="Background" Value="{StaticResource AccentColorBrush}" /> |
45 | 46 | <Setter Property="Margin" Value="2" /> |
|
57 | 58 | <Setter Property="Margin" Value="2" /> |
58 | 59 | <Setter Property="VerticalAlignment" Value="Center" /> |
59 | 60 | <Setter Property="HorizontalAlignment" Value="Center" /> |
60 | | - <Style.Triggers> |
| 61 | + <Style.Triggers> |
61 | 62 | <DataTrigger Binding="{Binding}" Value="True"> |
62 | 63 | <Setter Property="Foreground" Value="#FFB0B0B0" /> |
63 | 64 | </DataTrigger> |
|
67 | 68 | <Setter Property="BorderBrush" Value="{StaticResource AccentBaseColorBrush}" /> |
68 | 69 | <Setter Property="BorderThickness" Value="1" /> |
69 | 70 | <Setter Property="Background" Value="{StaticResource AccentColorBrush3}" /> |
70 | | - <Setter Property="Foreground" Value="#FF201010" /> |
| 71 | + <Setter Property="Foreground" Value="#FF000000" /> |
71 | 72 | <Setter Property="FontWeight" Value="Bold" /> |
72 | 73 | <Setter Property="FontSize" Value="14" /> |
73 | 74 | <Setter Property="Template"> |
|
105 | 106 | <Setter Property="VerticalAlignment" Value="Center" /> |
106 | 107 | <Setter Property="FontWeight" Value="Bold" /> |
107 | 108 | <Setter Property="FontSize" Value="28" /> |
108 | | - </Style> |
| 109 | + <Setter Property="Foreground" Value="#F00" /> |
| 110 | + </Style> |
109 | 111 | <Style x:Key="TextBlockHeading" TargetType="TextBlock" BasedOn="{StaticResource MetroTextBlock}"> |
110 | 112 | <Setter Property="VerticalAlignment" Value="Center" /> |
111 | 113 | <Setter Property="FontWeight" Value="Bold" /> |
112 | 114 | <Setter Property="FontSize" Value="20" /> |
113 | 115 | <Setter Property="Margin" Value="2,0" /> |
114 | 116 | <Setter Property="Padding" Value="6,0" /> |
115 | 117 | <Setter Property="HorizontalAlignment" Value="Left" /> |
116 | | - </Style> |
| 118 | + <Setter Property="Foreground" Value="#B00" /> |
| 119 | + </Style> |
117 | 120 | <Style x:Key="TextBlockLabel" TargetType="TextBlock" BasedOn="{StaticResource TextBlockHeading}"> |
118 | 121 | <Setter Property="Padding" Value="2,0" /> |
119 | 122 | <Setter Property="HorizontalAlignment" Value="Left" /> |
|
336 | 339 | Value="{Binding DECStepperDegrees, Mode=OneWay}" |
337 | 340 | MarkerValue="{Binding DECStepperTargetDegrees, Mode=OneWay}" |
338 | 341 | Padding="0" |
339 | | - ShowLimits="{Binding ElementName=ShowLimits,Path=IsChecked}" |
| 342 | + ShowLimits="{Binding ShowDECLimits}" |
340 | 343 | AxisLabel="DEC Axis" |
341 | 344 | TickMajorSpacing="30" |
342 | 345 | TickMinorSpacing="10" |
|
0 commit comments