mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Button Template
This commit is contained in:
parent
6e5cbb99a9
commit
c57a2be5f0
2 changed files with 3 additions and 2 deletions
|
|
@ -1407,7 +1407,8 @@
|
||||||
Padding="{TemplateBinding Padding}"
|
Padding="{TemplateBinding Padding}"
|
||||||
BorderBrush="{DynamicResource ButtonInsideBorder}"
|
BorderBrush="{DynamicResource ButtonInsideBorder}"
|
||||||
BorderThickness="{DynamicResource CustomButtonInsideBorderThickness}"
|
BorderThickness="{DynamicResource CustomButtonInsideBorderThickness}"
|
||||||
CornerRadius="4">
|
CornerRadius="4"
|
||||||
|
SnapsToDevicePixels="True">
|
||||||
<ContentPresenter
|
<ContentPresenter
|
||||||
x:Name="ContentPresenter"
|
x:Name="ContentPresenter"
|
||||||
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
|
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<Grid Margin="0">
|
<Grid Margin="0">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
<RowDefinition Height="120" />
|
<RowDefinition Height="Auto" />
|
||||||
<RowDefinition Height="*" />
|
<RowDefinition Height="*" />
|
||||||
<RowDefinition Height="60" />
|
<RowDefinition Height="60" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue