Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 806dd3a

Browse files
committed
Fixed default value of the background brush
1 parent dde304b commit 806dd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeyboardAudioVisualizer/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected override void OnStartup(StartupEventArgs e)
5858
settings = new Settings
5959
{
6060
Version = Settings.CURRENT_VERSION,
61-
Background = new LinearGradient(new GradientStop(0.1, new Color(64, 0, 0, 0)))
61+
Background = new LinearGradient(new GradientStop(0.5, new Color(64, 0, 0, 0)))
6262
};
6363
_taskbarIcon.ShowBalloonTip("Keyboard Audio-Visualizer is starting in the tray!", "Click on the icon to open the configuration.", BalloonIcon.Info);
6464
}

0 commit comments

Comments
 (0)