mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Adjust Content Control Margin
- Adjust Calc/webseearch plugin setting Margin
This commit is contained in:
commit
5ff1e73424
3 changed files with 7 additions and 5 deletions
|
|
@ -656,11 +656,12 @@
|
|||
|
||||
<StackPanel>
|
||||
|
||||
<!--#region SubInfo Styling -->
|
||||
<Border Background="White" Padding="14 0 14 0"
|
||||
|
||||
<Border Background="White" Padding="0"
|
||||
BorderThickness="0 1 0 0" BorderBrush="#e6e6e6"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Stretch"
|
||||
MaxHeight="480">
|
||||
<!--#region SubInfo Styling -->
|
||||
<Border.Style>
|
||||
<Style TargetType="{x:Type Border}">
|
||||
<Setter Property="Visibility" Value="Visible" />
|
||||
|
|
@ -668,6 +669,7 @@
|
|||
<DataTrigger Binding="{Binding ElementName=SettingControl, Path=ActualHeight}" Value="0">
|
||||
<Setter Property="Visibility" Value="Collapsed" />
|
||||
<Setter Property="BorderThickness" Value="0" />
|
||||
<Setter Property="Padding" Value="0" />
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
|
|
@ -676,7 +678,7 @@
|
|||
<!--#endregion-->
|
||||
<ContentControl x:Name="SettingControl"
|
||||
Content="{Binding SettingControl}"
|
||||
Padding="0 12 0 12" Margin="0 0 0 0" VerticalAlignment="Stretch"
|
||||
Padding="1" Margin="0" VerticalAlignment="Stretch"
|
||||
MaxWidth="750" >
|
||||
</ContentControl>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<core:LocalizationConverter x:Key="LocalizationConverter"/>
|
||||
</UserControl.Resources>
|
||||
|
||||
<Grid Margin="20 0 0 0">
|
||||
<Grid Margin="20 14 0 14">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="auto"/>
|
||||
<RowDefinition Height="auto"/>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</DockPanel>
|
||||
</DataTemplate>
|
||||
</UserControl.Resources>
|
||||
<Grid Margin="10 10 0 0">
|
||||
<Grid Margin="14">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="30" />
|
||||
<RowDefinition Height="48" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue