0px app icon margin fixed. Closes #28.

This commit is contained in:
Jason
2017-01-17 14:29:37 -05:00
parent a38050becb
commit 4b7a071bd2

View File

@@ -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;');
},