mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-15 21:56:36 +08:00
chore: stretch the combo box.
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
<TextBlock Text="Modal Transition" FontWeight="SemiBold" FontSize="14" />
|
||||
<ComboBox Name="TransitionCombo"
|
||||
SelectedIndex="0"
|
||||
HorizontalAlignment="Stretch"
|
||||
SelectionChanged="OnTransitionChanged">
|
||||
<ComboBoxItem Content="Slide from Bottom" />
|
||||
<ComboBoxItem Content="CrossFade" />
|
||||
|
||||
Reference in New Issue
Block a user