summarylogtreecommitdiffstats
path: root/01_make_struts_smaller.patch
blob: 377f7f5c4622d6b9630a84623f090bd3dbd6b6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/PositionManager.vala b/lib/PositionManager.vala
index 3f140e8..7929afe 100644
--- a/lib/PositionManager.vala
+++ b/lib/PositionManager.vala
@@ -439,7 +439,7 @@ namespace Plank
 				height -= top_offset;
 			
 			// height of the dock window
-			var dock_height = height + (screen_is_composited ? UrgentBounceHeight : 0);
+			var dock_height = height; // + (screen_is_composited ? UrgentBounceHeight : 0);
 			
 			var width = 0;
 			switch (Alignment) {