Skip to content

Commit e1edf08

Browse files
committed
cleanup xaml: move custombutton BorderBrush to template
1 parent f4fa05c commit e1edf08

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

UnityLauncherPro/App.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
<Setter Property="OverridesDefaultStyle" Value="true"/>
258258
<Setter Property="Background" Value="{DynamicResource ThemeButtonBackground}"/>
259259
<Setter Property="Foreground" Value="{DynamicResource ThemeButtonForeground}"/>
260+
<!--<Setter Property="BorderBrush" Value="{x:Null}"/>-->
260261
<Setter Property="Template">
261262
<Setter.Value>
262263
<ControlTemplate TargetType="{x:Type Button}">

0 commit comments

Comments
 (0)