From e032e823b7d0de308bc6a3a5f04b54bbef9191c0 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 18 Oct 2018 19:19:07 -0400 Subject: [PATCH] Adjust icon paddings following new BaseIcon allocation --- appIcons.js | 2 +- stylesheet.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appIcons.js b/appIcons.js index 9594274..72aa3dd 100644 --- a/appIcons.js +++ b/appIcons.js @@ -533,7 +533,7 @@ var taskbarAppIcon = new Lang.Class({ } this.actor.set_style('padding: 0 ' + margin + 'px;'); - this._iconContainer.set_style('padding: ' + padding + 'px;'); + this._dtpIconContainer.set_style('padding: ' + padding + 'px;'); }, popupMenu: function() { diff --git a/stylesheet.css b/stylesheet.css index 2a05263..6649e76 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -24,7 +24,6 @@ #dashtopanelScrollview .app-well-app .overview-icon { border-radius: 0; border: none; - padding: 2px; } #dashtopanelScrollview .app-well-app #dtp-icon-container {