# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1294970974 0 # Node ID 78ff21480511dec46f8803445bb45f1410e5c2d0 # Parent 17a4945d14eb2a3c0cd155425a03638bd4a8f7e7 Increase the size of check marks. diff -r 17a4945d14eb -r 78ff21480511 main.lua --- a/main.lua Fri Jan 14 00:48:17 2011 +0000 +++ b/main.lua Fri Jan 14 02:09:34 2011 +0000 @@ -178,7 +178,7 @@ function addon:BuildPerms() assert(UIParentLoadAddOn("Blizzard_GuildControlUI")) - local check = "|TInterface\\Buttons\\UI-CheckBox-Check:"..(st_rowheight-2).."|t" + local check = "|TInterface\\Buttons\\UI-CheckBox-Check:"..(st_rowheight+5).."|t" -- http://www.wowace.com/addons/lib-st/pages/set-data/minimal-dataset-format/ local p,v = {}, {}