Adjust for gnome-shell 3.35.2 breaking changes

This commit is contained in:
Charles Gagnon
2019-12-16 22:10:05 -05:00
parent c9eb2b383a
commit ed3c3e072e
7 changed files with 130 additions and 37 deletions

View File

@@ -220,7 +220,7 @@ var taskbar = Utils.defineClass({
let fade1 = new St.Widget({ style_class: 'scrollview-fade', reactive: false });
let fade2 = new St.Widget({ style_class: 'scrollview-fade',
reactive: false,
pivot_point: new Clutter.Point({ x: .5, y: .5 }),
pivot_point: Utils.getPoint({ x: .5, y: .5 }),
rotation_angle_z: 180 });
fade1.set_style(fadeStyle);