mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
0px app icon margin fixed. Closes #28.
This commit is contained in:
@@ -1276,7 +1276,7 @@ const taskbarAppIcon = new Lang.Class({
|
||||
|
||||
_setMargin: function() {
|
||||
let margin = this._dtpSettings.get_int('appicon-margin');
|
||||
if(margin)
|
||||
if(margin != null)
|
||||
this.actor.set_style('margin: 0 ' + margin + 'px;');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user