From a3db12b05a3ae8ba0f7d7bd7b963fbadaafc838a Mon Sep 17 00:00:00 2001 From: moonwitch Date: Sat, 15 Nov 2014 05:15:42 +0100 Subject: [PATCH] increased scale after seeing how nice bigger maps are --- core.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 43a8bc2..51eed34 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.1 +local scale = 1.2 local backdrop = { bgFile = "Interface\\Buttons\\WHITE8x8", edgeFile = "Interface\\Buttons\\WHITE8x8", @@ -52,6 +52,12 @@ local hiddenFrames = { GameTimeFrame } +-- Quick test +-- Garrison icon +GarrisonLandingPageMinimapButton:ClearAllPoints() +GarrisonLandingPageMinimapButton:SetPoint("TOPRIGHT", Minimap, "TOPRIGHT", 3, 2) +GarrisonLandingPageMinimapButton:SetSize(32, 32) + ------------------------------------------------------------------------ -- Util funcs ------------------------------------------------------------------------ -- 1.7.9.5