* Remove inline groups, which hopefully will motivate me to not let this look stupid
James Whitehead Ii [02-22-08 - 10:56]
* Remove inline groups, which hopefully will motivate me to not let this look stupid
diff --git a/Config.lua b/Config.lua
index ea63da1..bb9cce6 100644
--- a/Config.lua
+++ b/Config.lua
@@ -73,7 +73,6 @@ options.args.coordblock = {
order = 4,
type = "group",
name = L["Display Settings"],
- inline = true,
args = {
bordercolor = {
type = "color",
@@ -120,7 +119,6 @@ options.args.mapcoord = {
},
player = {
type = "group",
- inline = true,
name = L["Player Coordinates"],
args = {
enableplayer = {
@@ -141,7 +139,6 @@ options.args.mapcoord = {
},
cursor = {
type = "group",
- inline = true,
name = L["Cursor Coordinates"],
args = {
enablecursor = {
@@ -183,7 +180,6 @@ options.args.crazytaxi = {
color = {
type = "group",
name = L["Arrow colors"],
- inline = true,
args = {
help = {
order = 1,