Remove hardcoded color of infobox in /help (#16727)

This commit is contained in:
Wuzzy 2025-12-10 21:32:42 +01:00 committed by GitHub
parent 2ecd127f96
commit 876dfb1eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ local LIST_FORMSPEC_DESCRIPTION = [[
label[0,-0.1;%s]
tablecolumns[color;tree;text;text]
table[0,0.5;12.8,4.8;list;%s;%i]
box[0,5.5;12.8,1.5;#000]
textarea[0.3,5.5;13.05,1.9;;;%s]
box[0,5.5;12.8,1.5;]
textarea[0.35,5.55;12.9,1.7;;;%s]
button_exit[5,7;3,1;quit;%s]
]]