From f5f90588638c606bcbfb032718a4fdb9bc26d159 Mon Sep 17 00:00:00 2001 From: obneq Date: Sun, 29 Jul 2012 13:09:57 +0200 Subject: [PATCH] fix nodebox for picture --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 83bf8f8..5037f3c 100644 --- a/init.lua +++ b/init.lua @@ -28,7 +28,7 @@ thickness = 0.1 -- picture node picbox = { type = "fixed", - fixed = { -0.5, -0.5, 0.5, 0.5, 0.5, 0.5 - thickness } + fixed = { -0.499, -0.499, 0.499, 0.499, 0.499, 0.499 - thickness } } picnode = {