diff --git a/mesecons_extrawires/vertical.lua b/mesecons_extrawires/vertical.lua
index b21ccb7..9832f82 100644
--- a/mesecons_extrawires/vertical.lua
+++ b/mesecons_extrawires/vertical.lua
@@ -10,8 +10,8 @@ local tbox = {
 
 local bbox = {
 	type = "fixed",
-	fixed = {{  -.5, -.5,   -.5,   .5, -.5+1/16,   .5},
-		 {-1/16, -.5, -1/16, 1/16,  .5     , 1/16}}
+	fixed = {{  -.5, -.5     ,   -.5,   .5, -.5+1/16,   .5},
+		 {-1/16, -.5+1/16, -1/16, 1/16,  .5     , 1/16}}
 }
 
 local vrules =