Remove Button Style

This commit is contained in:
DB p 2021-11-08 23:04:50 +09:00 committed by Kevin Zhang
parent b7795575e9
commit a2c1233a16

View file

@ -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