|
200 | 200 | Margin="8, 0, 8, 24"> |
201 | 201 | <Grid.RowDefinitions> |
202 | 202 | <RowDefinition Height="36"/> |
203 | | - <RowDefinition Height="36"/> |
| 203 | + <RowDefinition Height="Auto"/> |
204 | 204 | <RowDefinition Height="*"/> |
205 | 205 | </Grid.RowDefinitions> |
206 | 206 |
|
|
250 | 250 | Grid.Column="0" |
251 | 251 | FontSize="14" |
252 | 252 | FontWeight="Bold" |
253 | | - VerticalAlignment="Center" |
| 253 | + VerticalAlignment="Top" |
254 | 254 | Foreground="{DynamicResource Foreground}" |
255 | 255 | Margin="0, 0, 0, 4"/> |
256 | 256 |
|
257 | | - <StackPanel Grid.Row="1" |
| 257 | + <WrapPanel Grid.Row="1" |
258 | 258 | Grid.Column="1" |
259 | 259 | Orientation="Horizontal" |
260 | 260 | VerticalAlignment="Center" |
|
265 | 265 | Command="{Binding AccentButtonCommand}" |
266 | 266 | CommandParameter="Blue" |
267 | 267 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Blue, Mode=OneWay}" |
268 | | - Margin="0, 0, 4, 0"/> |
| 268 | + Margin="0, 0, 4, 4"/> |
269 | 269 |
|
270 | 270 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
271 | 271 | Background="{StaticResource AccTeal}" |
272 | 272 | Foreground="{StaticResource White}" |
273 | 273 | Command="{Binding AccentButtonCommand}" |
274 | 274 | CommandParameter="Teal" |
275 | 275 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Teal, Mode=OneWay}" |
276 | | - Margin="0, 0, 4, 0"/> |
| 276 | + Margin="0, 0, 4, 4"/> |
277 | 277 |
|
278 | 278 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
279 | 279 | Background="{StaticResource AccGreen}" |
280 | 280 | Foreground="{StaticResource White}" |
281 | 281 | Command="{Binding AccentButtonCommand}" |
282 | 282 | CommandParameter="Green" |
283 | 283 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Green, Mode=OneWay}" |
284 | | - Margin="0, 0, 4, 0"/> |
| 284 | + Margin="0, 0, 4, 4"/> |
285 | 285 |
|
286 | 286 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
287 | 287 | Background="{StaticResource AccYellow}" |
288 | 288 | Foreground="{StaticResource White}" |
289 | 289 | Command="{Binding AccentButtonCommand}" |
290 | 290 | CommandParameter="Yellow" |
291 | 291 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Yellow, Mode=OneWay}" |
292 | | - Margin="0, 0, 4, 0"/> |
| 292 | + Margin="0, 0, 4, 4"/> |
293 | 293 |
|
294 | 294 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
295 | 295 | Background="{StaticResource AccOrange}" |
296 | 296 | Foreground="{StaticResource White}" |
297 | 297 | Command="{Binding AccentButtonCommand}" |
298 | 298 | CommandParameter="Orange" |
299 | 299 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Orange, Mode=OneWay}" |
300 | | - Margin="0, 0, 4, 0"/> |
| 300 | + Margin="0, 0, 4, 4"/> |
301 | 301 |
|
302 | 302 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
303 | 303 | Background="{StaticResource AccRed}" |
304 | 304 | Foreground="{StaticResource White}" |
305 | 305 | Command="{Binding AccentButtonCommand}" |
306 | 306 | CommandParameter="Red" |
307 | 307 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Red, Mode=OneWay}" |
308 | | - Margin="0, 0, 4, 0"/> |
| 308 | + Margin="0, 0, 4, 4"/> |
309 | 309 |
|
310 | 310 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
311 | 311 | Background="{StaticResource AccPurple}" |
312 | 312 | Foreground="{StaticResource White}" |
313 | 313 | Command="{Binding AccentButtonCommand}" |
314 | 314 | CommandParameter="Purple" |
315 | 315 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Purple, Mode=OneWay}" |
316 | | - Margin="0, 0, 4, 0"/> |
| 316 | + Margin="0, 0, 4, 4"/> |
317 | 317 |
|
318 | 318 | <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
319 | 319 | Background="{DynamicResource AccMono}" |
320 | 320 | Foreground="{StaticResource White}" |
321 | 321 | Command="{Binding AccentButtonCommand}" |
322 | 322 | CommandParameter="Mono" |
323 | 323 | IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Mono, Mode=OneWay}" |
324 | | - Margin="0, 0, 4, 0"/> |
325 | | - </StackPanel> |
| 324 | + Margin="0, 0, 4, 4"/> |
| 325 | + |
| 326 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 327 | + Background="{StaticResource AccAqua}" |
| 328 | + Foreground="{StaticResource White}" |
| 329 | + Command="{Binding AccentButtonCommand}" |
| 330 | + CommandParameter="Aqua" |
| 331 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Aqua, Mode=OneWay}" |
| 332 | + Margin="0, 0, 4, 4"/> |
| 333 | + |
| 334 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 335 | + Background="{StaticResource AccEmerald}" |
| 336 | + Foreground="{StaticResource White}" |
| 337 | + Command="{Binding AccentButtonCommand}" |
| 338 | + CommandParameter="Emerald" |
| 339 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Emerald, Mode=OneWay}" |
| 340 | + Margin="0, 0, 4, 4"/> |
| 341 | + |
| 342 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 343 | + Background="{StaticResource AccFire}" |
| 344 | + Foreground="{StaticResource White}" |
| 345 | + Command="{Binding AccentButtonCommand}" |
| 346 | + CommandParameter="Fire" |
| 347 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Fire, Mode=OneWay}" |
| 348 | + Margin="0, 0, 4, 4"/> |
| 349 | + |
| 350 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 351 | + Background="{StaticResource AccLavender}" |
| 352 | + Foreground="{StaticResource White}" |
| 353 | + Command="{Binding AccentButtonCommand}" |
| 354 | + CommandParameter="Lavender" |
| 355 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Lavender, Mode=OneWay}" |
| 356 | + Margin="0, 0, 4, 4"/> |
| 357 | + |
| 358 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 359 | + Background="{StaticResource AccNature}" |
| 360 | + Foreground="{StaticResource White}" |
| 361 | + Command="{Binding AccentButtonCommand}" |
| 362 | + CommandParameter="Nature" |
| 363 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Nature, Mode=OneWay}" |
| 364 | + Margin="0, 0, 4, 4"/> |
| 365 | + |
| 366 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 367 | + Background="{StaticResource AccHotCold}" |
| 368 | + Foreground="{StaticResource White}" |
| 369 | + Command="{Binding AccentButtonCommand}" |
| 370 | + CommandParameter="HotCold" |
| 371 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=HotCold, Mode=OneWay}" |
| 372 | + Margin="0, 0, 4, 4"/> |
| 373 | + |
| 374 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 375 | + Background="{StaticResource AccCyberpunk}" |
| 376 | + Foreground="{StaticResource White}" |
| 377 | + Command="{Binding AccentButtonCommand}" |
| 378 | + CommandParameter="Cyberpunk" |
| 379 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Cyberpunk, Mode=OneWay}" |
| 380 | + Margin="0, 0, 4, 4"/> |
| 381 | + |
| 382 | + <RadioButton Style="{StaticResource RadioColorSelectorButtonTheme}" |
| 383 | + Background="{StaticResource AccCyberpunk2}" |
| 384 | + Foreground="{StaticResource White}" |
| 385 | + Command="{Binding AccentButtonCommand}" |
| 386 | + CommandParameter="Cyberpunk2" |
| 387 | + IsChecked="{Binding Accent, Converter={StaticResource DataStringToBoolConv}, ConverterParameter=Cyberpunk2, Mode=OneWay}" |
| 388 | + Margin="0, 0, 4, 4"/> |
| 389 | + </WrapPanel> |
326 | 390 | </Grid> |
327 | 391 | </Grid> |
328 | 392 | </ScrollViewer> |
|
0 commit comments