Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created October 17, 2015 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/73545042400dd226c831 to your computer and use it in GitHub Desktop.
Save kahrl/73545042400dd226c831 to your computer and use it in GitHub Desktop.
diff --git a/builtin/mainmenu/tab_settings.lua b/builtin/mainmenu/tab_settings.lua
index e822b45..b9c6081 100644
--- a/builtin/mainmenu/tab_settings.lua
+++ b/builtin/mainmenu/tab_settings.lua
@@ -323,7 +323,7 @@ end
local function create_settings_formspec(tabview, name, tabdata)
local formspec = "tablecolumns[color;tree;text;text]" ..
- --"tableoptions[opendepth=1]" ..
+ "tableoptions[background=#00000000;border=false]" ..
"table[0,0;12,4.5;list_settings;"
local current_level = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment