Mercurial > wow > whichrankdoeswhat
comparison main.lua @ 2:78ff21480511
Increase the size of check marks.
| author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
|---|---|
| date | Fri, 14 Jan 2011 02:09:34 +0000 |
| parents | 17a4945d14eb |
| children | 001b15e07b87 |
comparison
equal
deleted
inserted
replaced
| 1:17a4945d14eb | 2:78ff21480511 |
|---|---|
| 176 end | 176 end |
| 177 | 177 |
| 178 | 178 |
| 179 function addon:BuildPerms() | 179 function addon:BuildPerms() |
| 180 assert(UIParentLoadAddOn("Blizzard_GuildControlUI")) | 180 assert(UIParentLoadAddOn("Blizzard_GuildControlUI")) |
| 181 local check = "|TInterface\\Buttons\\UI-CheckBox-Check:"..(st_rowheight-2).."|t" | 181 local check = "|TInterface\\Buttons\\UI-CheckBox-Check:"..(st_rowheight+5).."|t" |
| 182 | 182 |
| 183 -- http://www.wowace.com/addons/lib-st/pages/set-data/minimal-dataset-format/ | 183 -- http://www.wowace.com/addons/lib-st/pages/set-data/minimal-dataset-format/ |
| 184 local p,v = {}, {} | 184 local p,v = {}, {} |
| 185 for r = 1, GuildControlGetNumRanks() do | 185 for r = 1, GuildControlGetNumRanks() do |
| 186 GuildControlSetRank(r) | 186 GuildControlSetRank(r) |
