Mailbox : use box and hide table
This commit is contained in:
parent
d742c54548
commit
b0e557b6a7
@ -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;]"
|
||||
|
Loading…
Reference in New Issue
Block a user