Add "precision" to boxpointer alignment
Allows the boxpointer arrow to be at a fixed percentage of the bubble https://bugzilla.gnome.org/show_bug.cgi?id=642031
This commit is contained in:
@ -1802,7 +1802,7 @@ MessageTray.prototype = {
|
||||
if (!this._clickedSummaryItem)
|
||||
return;
|
||||
|
||||
this._summaryNotificationBoxPointer.setPosition(this._clickedSummaryItem.actor, 0, St.Align.MIDDLE);
|
||||
this._summaryNotificationBoxPointer.setPosition(this._clickedSummaryItem.actor, 0, 0.5);
|
||||
},
|
||||
|
||||
_unsetClickedSummaryItem: function() {
|
||||
|
Reference in New Issue
Block a user