|
459 | 459 | </ListBox> |
460 | 460 | </cc:ExCard> |
461 | 461 |
|
462 | | - <!-- Backdrop effect --> |
463 | | - <cc:Card |
464 | | - Title="{DynamicResource BackdropType}" |
465 | | - Margin="0 8 0 0" |
466 | | - Icon=""> |
467 | | - <ComboBox |
468 | | - MinWidth="160" |
469 | | - VerticalAlignment="Center" |
470 | | - DisplayMemberPath="Display" |
471 | | - FontSize="14" |
472 | | - IsEnabled="{Binding IsBackdropEnabled}" |
473 | | - ItemsSource="{Binding BackdropTypesList}" |
474 | | - SelectedValue="{Binding BackdropType, Mode=TwoWay}" |
475 | | - SelectedValuePath="Value" /> |
476 | | - <!-- ✅ 추가 --> |
477 | | - </cc:Card> |
| 462 | + <cc:CardGroup Margin="0 10 0 0"> |
| 463 | + <!-- Backdrop effect --> |
| 464 | + <cc:Card |
| 465 | + Title="{DynamicResource BackdropType}" |
| 466 | + Margin="0 0 0 0" |
| 467 | + Icon=""> |
| 468 | + <ComboBox |
| 469 | + MinWidth="160" |
| 470 | + VerticalAlignment="Center" |
| 471 | + DisplayMemberPath="Display" |
| 472 | + FontSize="14" |
| 473 | + IsEnabled="{Binding IsBackdropEnabled}" |
| 474 | + ItemsSource="{Binding BackdropTypesList}" |
| 475 | + SelectedValue="{Binding BackdropType, Mode=TwoWay}" |
| 476 | + SelectedValuePath="Value" /> |
| 477 | + <!-- ✅ 추가 --> |
| 478 | + </cc:Card> |
478 | 479 |
|
479 | 480 |
|
480 | | - <!-- Drop shadow effect --> |
481 | | - <cc:Card |
482 | | - Title="{DynamicResource queryWindowShadowEffect}" |
483 | | - Margin="0 8 0 0" |
484 | | - Icon=""> |
485 | | - <ui:ToggleSwitch |
486 | | - IsEnabled="{Binding IsDropShadowEnabled}" |
487 | | - IsOn="{Binding DropShadowEffect}" |
488 | | - OffContent="{DynamicResource disable}" |
489 | | - OnContent="{DynamicResource enable}" /> |
490 | | - </cc:Card> |
| 481 | + <!-- Drop shadow effect --> |
| 482 | + <cc:Card |
| 483 | + Title="{DynamicResource queryWindowShadowEffect}" |
| 484 | + Margin="0 0 0 0" |
| 485 | + Icon=""> |
| 486 | + <ui:ToggleSwitch |
| 487 | + IsEnabled="{Binding IsDropShadowEnabled}" |
| 488 | + IsOn="{Binding DropShadowEffect}" |
| 489 | + OffContent="{DynamicResource disable}" |
| 490 | + OnContent="{DynamicResource enable}" /> |
| 491 | + </cc:Card> |
| 492 | + </cc:CardGroup> |
491 | 493 | <cc:HyperLink |
492 | 494 | Margin="10" |
493 | 495 | HorizontalAlignment="Right" |
|
0 commit comments