[gnome-shell/wip/sass: 13/58] theme: scale down the app menu icon to fit
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 13/58] theme: scale down the app menu icon to fit
- Date: Tue, 17 Feb 2015 22:29:16 +0000 (UTC)
commit 3febdc97303e8ede5104eca91a6ffc00ab1917ed
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 bcf6493..8edd46b 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]