[gnome-shell/wip/sass: 53/78] theme: scale down the app menu icon to fit
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 53/78] theme: scale down the app menu icon to fit
- Date: Wed, 4 Feb 2015 13:33:41 +0000 (UTC)
commit 68d13c397785bd27679e9a47fe0253fbeff65d0d
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]