|
16 | 16 | <Storyboard x:Key="MaterialDesignComboBoxPopupAnimationExpand">
|
17 | 17 | <ThicknessAnimation Storyboard.TargetName="shadow"
|
18 | 18 | Storyboard.TargetProperty="Margin"
|
19 |
| - From="16 0 0 0" To="0 0 0 0" |
| 19 | + From="16 0 16 0" To="0 0 0 0" |
20 | 20 | AccelerationRatio="0.7" DecelerationRatio="0.3"
|
21 | 21 | Duration="0:0:0.3"/>
|
22 | 22 | <DoubleAnimation Storyboard.TargetName="AnimationScrollViewer"
|
|
39 | 39 | To="0" Duration="0:0:0"/>
|
40 | 40 | <ThicknessAnimation Storyboard.TargetName="shadow"
|
41 | 41 | Storyboard.TargetProperty="Margin"
|
42 |
| - To="16 0 0 0" Duration="0:0:0"/> |
| 42 | + To="16 0 16 0" Duration="0:0:0"/> |
43 | 43 | </Storyboard>
|
44 | 44 |
|
45 | 45 | <Style x:Key="FocusVisual">
|
|
294 | 294 | <Grid MaxHeight="{TemplateBinding MaxDropDownHeight}"
|
295 | 295 | x:Name="PopupTemplateRootGrid"
|
296 | 296 | Margin="5"
|
297 |
| - MinWidth="{Binding ActualWidth, ElementName=templateRoot, Converter={StaticResource MathAddConverter}, ConverterParameter=16}"> |
| 297 | + MinWidth="{Binding ActualWidth, ElementName=templateRoot, Converter={StaticResource MathAddConverter}, ConverterParameter=32}"> |
298 | 298 | <Grid.RowDefinitions>
|
299 | 299 | <RowDefinition Height="Auto"/>
|
300 | 300 | <RowDefinition Height="*"/>
|
|
311 | 311 | Background="Transparent"
|
312 | 312 | VerticalAlignment="Top"
|
313 | 313 | CornerRadius="2"/>
|
314 |
| - <Grid Grid.Row="0" Margin="16.5 16 0 8"> |
| 314 | + <Grid Grid.Row="0" Margin="16.5 16 16 8"> |
315 | 315 | <Grid Height="21">
|
316 | 316 | <Border BorderBrush="{TemplateBinding BorderBrush}"
|
317 | 317 | BorderThickness="{TemplateBinding BorderThickness}"
|
|
497 | 497 | <Grid MaxHeight="{TemplateBinding MaxDropDownHeight}"
|
498 | 498 | x:Name="PopupTemplateRootGrid"
|
499 | 499 | Margin="5"
|
500 |
| - MinWidth="{Binding ActualWidth, ElementName=templateRoot, Converter={StaticResource MathAddConverter}, ConverterParameter=16}"> |
| 500 | + MinWidth="{Binding ActualWidth, ElementName=templateRoot, Converter={StaticResource MathAddConverter}, ConverterParameter=32}"> |
501 | 501 | <Grid.RowDefinitions>
|
502 | 502 | <RowDefinition Height="Auto"/>
|
503 | 503 | <RowDefinition Height="*"/>
|
|
516 | 516 | CornerRadius="2"/>
|
517 | 517 | <Grid Grid.Row="0"
|
518 | 518 | x:Name="GridContentCloneWrapper"
|
519 |
| - Margin="16.5 17 0 4"> |
| 519 | + Margin="16.5 17 16 4"> |
520 | 520 | <Grid Height="24"
|
521 | 521 | Margin="0 -1 0 0">
|
522 | 522 | <Grid>
|
|
592 | 592 | <ControlTemplate.Triggers>
|
593 | 593 | <Trigger Property="wpf:TextFieldAssist.IsNullOrEmpty" Value="False">
|
594 | 594 | <Setter TargetName="GridHintWrapper" Property="Margin" Value="0 -1 0 0"/>
|
595 |
| - <Setter TargetName="GridContentCloneWrapper" Property="Margin" Value="16.5 25 0 4"/> |
| 595 | + <Setter TargetName="GridContentCloneWrapper" Property="Margin" Value="16.5 25 16 4"/> |
596 | 596 | <Setter TargetName="PART_Popup" Property="VerticalOffset" Value="-23"/>
|
597 | 597 | <Trigger.EnterActions>
|
598 | 598 | <BeginStoryboard x:Name="MoveHintAsideStoryboard_BeginStoryboard" Storyboard="{StaticResource MoveHintAsideStoryboard}"/>
|
|
603 | 603 | </Trigger>
|
604 | 604 |
|
605 | 605 | <Trigger Property="IsEditable" Value="True">
|
606 |
| - <Setter TargetName="GridContentCloneWrapper" Property="Margin" Value="16.5 25 0 4"/> |
| 606 | + <Setter TargetName="GridContentCloneWrapper" Property="Margin" Value="16.5 25 16 4"/> |
607 | 607 | <Setter TargetName="PART_Popup" Property="VerticalOffset" Value="-23"/>
|
608 | 608 |
|
609 | 609 | <Setter TargetName="PART_EditableTextBox" Property="Visibility" Value="Visible"/>
|
|
0 commit comments