.uppweb Fix issue with too big bar links.

git-svn-id: svn://ultimatepp.org/upp/trunk@10994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2017-04-10 20:51:49 +00:00
parent 2222ff696c
commit 720ef197fb

View file

@ -150,7 +150,7 @@ Htmls BarLink(const char *link, const char *text, bool nxt = true)
{
String style = "border: 0px solid black; "
"padding-left:12px; padding-right:0px; "
"padding-top:6px; padding-bottom:6px;";
"padding-top:0px; padding-bottom:6px;";
if(nxt)
style += " border-top: 1px solid #6E89AE;";