mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix 3.36 cropped hover labels on vertical panel
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user