Updated titlebar button styles.

This commit is contained in:
Jared Goodwin 2019-03-15 17:45:18 -07:00
parent 8a1d00a343
commit 2f959a67de
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -263,7 +263,5 @@ __pycache__/
/Remotely_Server/wwwroot/Downloads/*.exe
/Remotely_Server/wwwroot/Downloads/*.zip
/Remotely_Server/wwwroot/Downloads/*.appimage
/z_Old_SwitchWatch
/z_Old_RC
/Remotely_Server/Server.db
/Remotely_Agent/Resources/*

View File

@ -5,10 +5,10 @@
StartupUri="MainWindow.xaml">
<Application.Resources>
<Style x:Key="TitlebarButton" TargetType="Button">
<Setter Property="Background" Value="#FF464646"></Setter>
<Setter Property="DockPanel.Dock" Value="Right"></Setter>
<Setter Property="HorizontalAlignment" Value="Right"></Setter>
<Setter Property="BorderBrush" Value="{x:Null}"></Setter>
<Setter Property="Background" Value="{x:Null}"></Setter>
<Setter Property="Foreground" Value="White"></Setter>
<Setter Property="FontWeight" Value="Bold"></Setter>
<Setter Property="Height" Value="30"></Setter>