chg: [widgets:multiline] Improved label wrapping

pull/5719/head
mokaddem 2020-03-24 13:57:32 +01:00
parent 8c65976566
commit 41dce9756d
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@
var xpos = newxpos;
if (width < (options.margin.left+offsetLeftMargin) + options.margin.right + xpos + length) {
newxpos = xpos = 5;
newxpos = xpos = 20;
ypos += 20;
}