Mailbox : use box and hide table

master
jp 2015-11-26 13:49:35 +01:00
parent d742c54548
commit b0e557b6a7
1 changed files with 2 additions and 1 deletions

View File

@ -106,6 +106,7 @@ function mailbox.formspec(pos, owner, num)
default.get_hotbar_bg(0.75,5.25)..
"label[0,0;Mailbox :]"..
"label[6,0;Last donators :]"..
"box[6,0.72;3.3,3.92;#555555]"..
"tablecolumns[color;text;image,"..
"1="..img_col(def_stack1)..","..
"2="..img_col(def_stack2)..","..
@ -114,7 +115,7 @@ function mailbox.formspec(pos, owner, num)
"5="..img_col(def_stack5)..","..
"6="..img_col(def_stack6)..","..
"7="..img_col(def_stack7)..";color;text]"..
"tableoptions[background=#434343;highlight=#00000000;border=true]"..
"tableoptions[background=#00000000;highlight=#00000000;border=false]"..
"table[6,0.75;3.3,4;givers;"..giver.."]"..
"list[nodemeta:"..spos..";mailbox;0,0.75;6,4;]"..
"list[current_player;main;0.75,5.25;8,4;]"