[gnome-shell/wip/sass: 41/50] theme: scale down the app menu icon to fit



commit 4b10dadb750ecda9eb7d9c2ffedc19cbdc68ba8a
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 9 13:31:03 2015 +0100

    theme: scale down the app menu icon to fit

 js/ui/panel.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index 46dfffb..e9b8f02 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -286,7 +286,7 @@ const AppMenuButton = new Lang.Class({
         if (!this._targetApp)
             return;
 
-        let icon = this._targetApp.create_icon_texture(2 * PANEL_ICON_SIZE);
+        let icon = this._targetApp.create_icon_texture(PANEL_ICON_SIZE - 2);
         this._iconBox.set_child(icon);
     },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]