Skip to content

Commit a2c1233

Browse files
onesoundstaooceros
authored andcommitted
Remove Button Style
1 parent b779557 commit a2c1233

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -696,16 +696,7 @@
696696
MaxWidth="250"
697697
Margin="10,0,18,0"
698698
Click="OnSelectFileManagerClick"
699-
Content="{Binding Settings.CustomExplorer.Name}">
700-
<Button.Resources>
701-
<Style TargetType="Border">
702-
<Setter Property="CornerRadius" Value="2" />
703-
<Setter Property="BorderThickness" Value="1,1,1,2" />
704-
<Setter Property="BorderBrush" Value="#ececec" />
705-
<Setter Property="Background" Value="#ffffff" />
706-
</Style>
707-
</Button.Resources>
708-
</Button>
699+
Content="{Binding Settings.CustomExplorer.Name}" />
709700
</StackPanel>
710701

711702
<TextBlock

0 commit comments

Comments
 (0)