- Button: added action drag support

- Button: added show grid option
- Options: cleanup and sorting
This commit is contained in:
Hendrik Leppkes
2007-12-30 21:36:55 +00:00
parent 09bb28f162
commit 72b94f4db2
4 changed files with 96 additions and 57 deletions
+2
View File
@@ -139,6 +139,7 @@ function Bar:GetOptionTable()
order = 5,
args = {
alpha = {
order = 10,
name = "Alpha",
desc = "Configure the alpha of the bar.",
type = "range",
@@ -147,6 +148,7 @@ function Bar:GetOptionTable()
set = optSetter,
},
scale = {
order = 20,
name = "Scale",
desc = "Configure the scale of the bar.",
type = "range",