File tree Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change 636
636
ToolTip =" Change Action Keywords"
637
637
Margin =" 5 0 0 0" Cursor =" Hand" FontWeight =" Bold"
638
638
Click =" OnPluginActionKeywordsClick" HorizontalAlignment =" Right"
639
- Width =" 100" Height =" 32 " >
639
+ Width =" 100" Height =" 40 " >
640
640
641
641
<Button .Resources>
642
642
<Style TargetType =" Border" >
655
655
</StackPanel >
656
656
657
657
<StackPanel >
658
- <Border Background =" White" Padding =" 14 14 14 14"
658
+
659
+ <!-- #region SubInfo Styling -->
660
+ <Border Background =" White" Padding =" 14 0 14 0"
659
661
BorderThickness =" 0 1 0 0" BorderBrush =" #e6e6e6"
660
662
VerticalAlignment =" Center" HorizontalAlignment =" Stretch"
661
663
MaxHeight =" 480" >
662
- <ContentControl
663
- Content =" {Binding SettingControl}"
664
- Padding =" 0" Margin =" 0" VerticalAlignment =" Stretch"
665
- MaxWidth =" 750" />
664
+ <Border .Style>
665
+ <Style TargetType =" {x:Type Border}" >
666
+ <Setter Property =" Visibility" Value =" Visible" />
667
+ <Style .Triggers>
668
+ <DataTrigger Binding =" {Binding ElementName=SettingControl, Path=ActualHeight}" Value =" 0" >
669
+ <Setter Property =" Visibility" Value =" Collapsed" />
670
+ <Setter Property =" BorderThickness" Value =" 0" />
671
+ </DataTrigger >
672
+ </Style .Triggers>
673
+ </Style >
674
+ </Border .Style>
666
675
</Border >
676
+ <!-- #endregion-->
677
+ <ContentControl x : Name =" SettingControl"
678
+ Content =" {Binding SettingControl}"
679
+ Padding =" 0 12 0 12" Margin =" 0 0 0 0" VerticalAlignment =" Stretch"
680
+ MaxWidth =" 750" >
681
+ </ContentControl >
682
+
667
683
</StackPanel >
668
684
669
685
<StackPanel >
You can’t perform that action at this time.
0 commit comments