From b0efe684fc7e9c07033ca50d95705241119f1eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 10 Feb 2011 16:07:05 +0100 Subject: [PATCH] app-icon: Use the dash's icon size for dragged icons As the dash is one of the primary drop targets for dragging application launchers, it's reasonable to use the dash icon size for app icons' drag actors, especially with the larger size now used in the application view. https://bugzilla.gnome.org/show_bug.cgi?id=639428 --- js/ui/appDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index a723ceaac..cd51aab03 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -522,7 +522,7 @@ AppWellIcon.prototype = { }, getDragActor: function() { - return this.app.create_icon_texture(this.icon.iconSize); + return this.app.create_icon_texture(Main.overview.dash.iconSize); }, // Returns the original actor that should align with the actor