[gnome-shell/wip/sass: 50/51] 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: 50/51] theme: scale down the app menu icon to fit
- Date: Mon, 12 Jan 2015 23:39:38 +0000 (UTC)
commit 26afb495bcdc89d075d63cf98b0710be73e10994
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]