mirror of
https://github.com/DarthAffe/KeyboardAudioVisualizer.git
synced 2025-12-12 15:18:30 +00:00
Fixed default value of the background brush
This commit is contained in:
parent
dde304b007
commit
806dd3aae7
@ -58,7 +58,7 @@ namespace KeyboardAudioVisualizer
|
||||
settings = new Settings
|
||||
{
|
||||
Version = Settings.CURRENT_VERSION,
|
||||
Background = new LinearGradient(new GradientStop(0.1, new Color(64, 0, 0, 0)))
|
||||
Background = new LinearGradient(new GradientStop(0.5, new Color(64, 0, 0, 0)))
|
||||
};
|
||||
_taskbarIcon.ShowBalloonTip("Keyboard Audio-Visualizer is starting in the tray!", "Click on the icon to open the configuration.", BalloonIcon.Info);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user