Fix 3.36 cropped hover labels on vertical panel

This commit is contained in:
Charles Gagnon
2020-03-25 10:11:46 -04:00
parent b34fcafc31
commit 769a4840f1

View File

@@ -1557,7 +1557,7 @@ function ItemShowLabel() {
else if ( x + labelWidth > monitor.x + monitor.width - gap)
x -= x + labelWidth -( monitor.x + monitor.width) + gap;
this.label.set_position(x, y);
this.label.set_position(Math.round(x), Math.round(y));
if (Dash.DASH_ITEM_LABEL_SHOW_TIME < 1) {
Tweener.addTween(this.label, {