Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit d4f6df3

Browse files
committed
Update SettingsProgramClass.cs
1 parent 6cae9f3 commit d4f6df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PasswordManager/Classes/SettingsProgramClass.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public void SetBackground()
108108

109109
#region Menu Background
110110
public SolidColorBrush MenuBackground { get; set; } = Brushes.Transparent;
111-
public SolidColorBrush MenuBackgroundMouseOver { get; private set; } = new SolidColorBrush(Color.FromArgb(127, 255, 255, 255));
112-
public SolidColorBrush MenuBackgroundPressed { get; private set; } = new SolidColorBrush(Color.FromArgb(127, 255, 255, 255));
111+
public SolidColorBrush MenuBackgroundMouseOver { get; set; } = new SolidColorBrush(Color.FromArgb(127, 255, 255, 255));
112+
public SolidColorBrush MenuBackgroundPressed { get; set; } = new SolidColorBrush(Color.FromArgb(127, 255, 255, 255));
113113
public Dictionary<Windows, bool> MenuBackgroundFlags { get; } = new Dictionary<Windows, bool>()
114114
{
115115
{ Windows.Main, false },

0 commit comments

Comments
 (0)