From 324dd6f69419742c062d52247eccf89c5f868ffa Mon Sep 17 00:00:00 2001 From: moonwitch Date: Sun, 4 Jan 2015 16:34:31 +0100 Subject: [PATCH] decrease scale --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 22cbfaa..c31ced2 100755 --- a/core.lua +++ b/core.lua @@ -10,7 +10,7 @@ -- Configuration and lessening the typing strains of the world. ------------------------------------------------------------------------ local font = STANDARD_TEXT_FONT -local scale = 1.2 +local scale = 1.1 local backdrop = { bgFile = "Interface\\Buttons\\WHITE8x8", insets = { left = -2, right = -2, top = -2, bottom = -2} -- 1.7.9.5