Resize messages table to be aligned with close button at the bottom

This commit is contained in:
Athozus 2023-02-26 00:54:51 +01:00
parent dd145e621a
commit e73d11b8bd
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -37,7 +37,7 @@ mail.inbox_formspec = "size[8,9;]" .. theme .. [[
button_exit[6,8.45;2,0.5;quit;Close] button_exit[6,8.45;2,0.5;quit;Close]
tablecolumns[color;text;text] tablecolumns[color;text;text]
table[0,0.7;5.75,8;messages;#999,From,Subject]] table[0,0.7;5.75,8.3;messages;#999,From,Subject]]
mail.sent_formspec = "size[8,9;]" .. theme .. [[ mail.sent_formspec = "size[8,9;]" .. theme .. [[
tabheader[0.3,1;boxtab;Inbox,Sent messages;2;false;false] tabheader[0.3,1;boxtab;Inbox,Sent messages;2;false;false]
@ -53,7 +53,7 @@ mail.sent_formspec = "size[8,9;]" .. theme .. [[
button_exit[6,8.45;2,0.5;quit;Close] button_exit[6,8.45;2,0.5;quit;Close]
tablecolumns[color;text;text] tablecolumns[color;text;text]
table[0,0.7;5.75,8;messages;#999,To,Subject]] table[0,0.7;5.75,8.3;messages;#999,To,Subject]]
mail.contacts_formspec = "size[8,9;]" .. theme .. [[ mail.contacts_formspec = "size[8,9;]" .. theme .. [[
button[6,0.10;2,0.5;new;New] button[6,0.10;2,0.5;new;New]