implement option to change the button style

This commit is contained in:
Hendrik Leppkes
2008-02-12 08:44:19 +00:00
parent ea23115e2f
commit b95223a020
2 changed files with 23 additions and 7 deletions
+2 -4
View File
@@ -8,15 +8,13 @@ Bartender4.ButtonStyle = {}
local styles = {
["default"] = "Default",
["bongos"] = "Bongos Style",
["zoom"] = "Full Zoom",
["dream"] = "Dreamlayout",
}
local styledata = {
--["default"] = {},
["bongos"] = { texCoord = {0.06, 0.94, 0.06, 0.94} },
["zoom"] = { texCoord = {0.08,0.92,0.08,0.92} },
["default"] = {},
["zoom"] = { texCoord = {0.06, 0.94, 0.06, 0.94} },
["dream"] = {
texCoord = {0.08,0.92,0.08,0.92},
padding = 3,