mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 14:15:00 +00:00
style<*>: borders of all windows
This commit is contained in:
parent
e3ac11a01b
commit
04f1137f96
8 changed files with 63 additions and 24 deletions
|
@ -11,7 +11,7 @@ namespace SourceGit.Views.Controls {
|
|||
|
||||
public WindowBorder() {
|
||||
Background = FindResource("Brush.Window") as Brush;
|
||||
BorderBrush = FindResource("Brush.Border0") as Brush;
|
||||
BorderBrush = FindResource("Brush.WindowBorder") as Brush;
|
||||
BorderThickness = new Thickness(1);
|
||||
Margin = new Thickness(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue