some option fluff

This commit is contained in:
Hendrik Leppkes
2008-02-02 14:34:35 +00:00
parent 319f5dc02a
commit 9102bb3f61
3 changed files with 38 additions and 35 deletions
+16 -8
View File
@@ -125,18 +125,26 @@ function Bar:GetOptionObject()
name = "General Settings",
order = 1,
args = {
show = {
order = 3,
type = "toggle",
name = "Show",
desc = "Show/Hide the bar.",
get = optGetter,
set = optSetter,
visibility = {
order = 5,
type = "group",
inline = true,
name = "",
args = {
show = {
order = 5,
type = "toggle",
name = "Show",
desc = "Show/Hide the bar.",
get = optGetter,
set = optSetter,
},
},
},
styleheader = {
order = 10,
type = "header",
name = "Style Options",
name = "Bar Style & Layout",
},
alpha = {
order = 20,