mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-06 23:59:04 +00:00
Revert "Make the stack protrude the same amount on the right as left"
This reverts commit 3e8415f104.
This wasn't actually correct.
This commit is contained in:
@@ -132,7 +132,7 @@ Minimap = new Lang.Class({
|
||||
|
||||
let maxProtrusion = 500;
|
||||
let leftStackGap = maxProtrusion/(around);
|
||||
let rightStackGap = maxProtrusion/(clones.length - around);
|
||||
let rightStackGap = maxProtrusion/(clones.length - 1 - around);
|
||||
for (let i=0; i < around; i++) {
|
||||
let clone = clones[i];
|
||||
clone.set_pivot_point(0, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user