mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Button Style
This commit is contained in:
parent
b7795575e9
commit
a2c1233a16
1 changed files with 1 additions and 10 deletions
|
|
@ -696,16 +696,7 @@
|
|||
MaxWidth="250"
|
||||
Margin="10,0,18,0"
|
||||
Click="OnSelectFileManagerClick"
|
||||
Content="{Binding Settings.CustomExplorer.Name}">
|
||||
<Button.Resources>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="CornerRadius" Value="2" />
|
||||
<Setter Property="BorderThickness" Value="1,1,1,2" />
|
||||
<Setter Property="BorderBrush" Value="#ececec" />
|
||||
<Setter Property="Background" Value="#ffffff" />
|
||||
</Style>
|
||||
</Button.Resources>
|
||||
</Button>
|
||||
Content="{Binding Settings.CustomExplorer.Name}" />
|
||||
</StackPanel>
|
||||
|
||||
<TextBlock
|
||||
|
|
|
|||
Loading…
Reference in a new issue