File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Flow.Launcher.Plugin.Calculator/Views
Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 656
656
657
657
<StackPanel >
658
658
659
- <!-- #region SubInfo Styling -->
660
- <Border Background =" White" Padding =" 14 0 14 0"
659
+
660
+ <Border Background =" White" Padding =" 0"
661
661
BorderThickness =" 0 1 0 0" BorderBrush =" #e6e6e6"
662
662
VerticalAlignment =" Center" HorizontalAlignment =" Stretch"
663
663
MaxHeight =" 480" >
664
+ <!-- #region SubInfo Styling -->
664
665
<Border .Style>
665
666
<Style TargetType =" {x:Type Border}" >
666
667
<Setter Property =" Visibility" Value =" Visible" />
667
668
<Style .Triggers>
668
669
<DataTrigger Binding =" {Binding ElementName=SettingControl, Path=ActualHeight}" Value =" 0" >
669
670
<Setter Property =" Visibility" Value =" Collapsed" />
670
671
<Setter Property =" BorderThickness" Value =" 0" />
672
+ <Setter Property =" Padding" Value =" 0" />
671
673
</DataTrigger >
672
674
</Style .Triggers>
673
675
</Style >
676
678
<!-- #endregion-->
677
679
<ContentControl x : Name =" SettingControl"
678
680
Content =" {Binding SettingControl}"
679
- Padding =" 0 12 0 12 " Margin =" 0 0 0 0" VerticalAlignment =" Stretch"
681
+ Padding =" 1 " Margin =" 0" VerticalAlignment =" Stretch"
680
682
MaxWidth =" 750" >
681
683
</ContentControl >
682
684
Original file line number Diff line number Diff line change 15
15
<core : LocalizationConverter x : Key =" LocalizationConverter" />
16
16
</UserControl .Resources>
17
17
18
- <Grid Margin =" 20 0 0 0 " >
18
+ <Grid Margin =" 20 14 0 14 " >
19
19
<Grid .RowDefinitions>
20
20
<RowDefinition Height =" auto" />
21
21
<RowDefinition Height =" auto" />
Original file line number Diff line number Diff line change 32
32
</DockPanel >
33
33
</DataTemplate >
34
34
</UserControl .Resources>
35
- <Grid Margin =" 10 10 0 0 " >
35
+ <Grid Margin =" 14 " >
36
36
<Grid .RowDefinitions>
37
37
<RowDefinition Height =" 30" />
38
38
<RowDefinition Height =" 48" />
You can’t perform that action at this time.
0 commit comments