mirror of
https://github.com/elementary/gala.git
synced 2024-11-28 04:05:22 +03:00
Updated shadow settings from Dan
This commit is contained in:
parent
b35b50bc0d
commit
b7696a2980
@ -99,7 +99,7 @@ namespace Gala
|
||||
KeyBinding.set_custom_handler ("move-to-workspace-right", (d, s, w) => move_window (w, false) );
|
||||
|
||||
/*shadows*/
|
||||
ShadowFactory.get_default ().set_params ("normal", true, {30, -1, 0, 35, 120});
|
||||
ShadowFactory.get_default ().set_params ("normal", true, {20, -1, 0, 15, 153});
|
||||
|
||||
/*hot corner*/
|
||||
var hot_corner = new Clutter.Rectangle ();
|
||||
|
Loading…
Reference in New Issue
Block a user