Mouse effects: changed defaults

This commit is contained in:
o9000
2015-11-05 13:00:19 +01:00
parent 3037d8b507
commit 96b9a46c07
10 changed files with 10 additions and 10 deletions

View File

@@ -102,7 +102,7 @@ void default_panel()
panel_config.mouse_over_brightness = 10;
panel_config.mouse_pressed_alpha = 100;
panel_config.mouse_pressed_saturation = 0;
panel_config.mouse_pressed_brightness = -10;
panel_config.mouse_pressed_brightness = 0;
// append full transparency background
Background transparent_bg;