|
33 | 33 | x:Key="QueryBoxStyle"
|
34 | 34 | BasedOn="{StaticResource BaseQueryBoxStyle}"
|
35 | 35 | TargetType="{x:Type TextBox}">
|
36 |
| - <Setter Property="Padding" Value="0,0,50,0" /> |
| 36 | + <Setter Property="Padding" Value="0 0 50 0" /> |
37 | 37 | <Setter Property="CaretBrush" Value="#336766" />
|
38 | 38 | <Setter Property="Foreground" Value="#e7e9eb" />
|
39 | 39 | <Setter Property="FontSize" Value="18" />
|
|
44 | 44 | x:Key="QuerySuggestionBoxStyle"
|
45 | 45 | BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
|
46 | 46 | TargetType="{x:Type TextBox}">
|
47 |
| - <Setter Property="Padding" Value="0,0,50,0" /> |
| 47 | + <Setter Property="Padding" Value="0 0 50 0" /> |
48 | 48 | <Setter Property="Background" Value="Transparent" />
|
49 | 49 | <Setter Property="Height" Value="38" />
|
50 | 50 | <Setter Property="FontSize" Value="18" />
|
|
90 | 90 | TargetType="{x:Type Rectangle}">
|
91 | 91 | <Setter Property="Fill" Value="#1e292f" />
|
92 | 92 | <Setter Property="Height" Value="1" />
|
93 |
| - <Setter Property="Margin" Value="0,0,0,4" /> |
| 93 | + <Setter Property="Margin" Value="0 0 0 4" /> |
94 | 94 | </Style>
|
95 | 95 | <Style x:Key="HighlightStyle" />
|
96 | 96 | <Style
|
|
142 | 142 | <Setter Property="Background" Value="Transparent" />
|
143 | 143 | <Setter Property="Width" Value="32" />
|
144 | 144 | <Setter Property="Height" Value="32" />
|
145 |
| - <Setter Property="Margin" Value="0,8,8,0" /> |
| 145 | + <Setter Property="Margin" Value="0 8 8 0" /> |
146 | 146 | <Setter Property="HorizontalAlignment" Value="Right" />
|
147 | 147 | </Style>
|
148 | 148 |
|
|
169 | 169 | x:Key="ClockPanel"
|
170 | 170 | BasedOn="{StaticResource ClockPanel}"
|
171 | 171 | TargetType="{x:Type StackPanel}">
|
172 |
| - <Setter Property="Margin" Value="0,0,54,0" /> |
| 172 | + <Setter Property="Margin" Value="0 0 54 0" /> |
173 | 173 | </Style>
|
174 | 174 | <Style
|
175 | 175 | x:Key="ClockBox"
|
|
188 | 188 | BasedOn="{StaticResource BasePreviewBorderStyle}"
|
189 | 189 | TargetType="{x:Type Border}">
|
190 | 190 | <Setter Property="BorderBrush" Value="#1e292f" />
|
191 |
| - <Setter Property="Margin" Value="0,0,10,4" /> |
| 191 | + <Setter Property="Margin" Value="0 0 10 4" /> |
192 | 192 | </Style>
|
193 | 193 | <Style
|
194 | 194 | x:Key="PreviewItemTitleStyle"
|
|
0 commit comments