Quantcast

increased scale after seeing how nice bigger maps are

moonwitch [11-15-14 - 04:15]
increased scale after seeing how nice bigger maps are
Filename
core.lua
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
 ------------------------------------------------------------------------