mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix appicon padding scale factor on 3.32
Props to @bearoso
This commit is contained in:
@@ -746,7 +746,7 @@ var taskbar = Utils.defineClass({
|
||||
// Getting the panel height and making sure that the icon padding is at
|
||||
// least the size of the app running indicator on both the top and bottom.
|
||||
let availSize = (this.panelWrapper.panel.actor.get_height() -
|
||||
(this._dtpSettings.get_int('appicon-padding') * 2)) / scaleFactor;
|
||||
(this._dtpSettings.get_int('appicon-padding') * 2 * scaleFactor)) / scaleFactor;
|
||||
|
||||
if (availSize == this.iconSize)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user