about summary refs log tree commit diff stats
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.c b/view.c
index 6ca82d1..1ca1027 100644
--- a/view.c
+++ b/view.c
@@ -110,12 +110,12 @@ dotile(Arg *arg) {
 		n++;
 
 	if(stackpos == StackBottom) {
-		md = ((sh - bh) * master) / 100;
+		md = ((sh - bh) * master) / 1000;
 		stackw = sw;
 		stackh = sh - bh - md;
 	}
 	else {
-		md = (sw * master) / 100;
+		md = (sw * master) / 1000;
 		stackw = sw - md;
 		stackh = sh - bh;
 	}