mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Updated titlebar button styles.
This commit is contained in:
parent
8a1d00a343
commit
2f959a67de
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/*
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user