From 715f445f61ea287dd5efd05bac80c9e3a81464af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 5 Mar 2015 14:53:01 +0100 Subject: [PATCH] apps-menu: Make it a bit narrower General rule: if it can fit "GNU Image Manipulation Program", it is wide enough ... https://bugzilla.gnome.org/show_bug.cgi?id=745670 --- extensions/apps-menu/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js index 003f987e..ed91aabc 100644 --- a/extensions/apps-menu/extension.js +++ b/extensions/apps-menu/extension.js @@ -476,7 +476,7 @@ const ApplicationsButton = new Lang.Class({ _display: function() { this._applicationsButtons = new Array(); - this.mainBox.style=('width: 640px;'); + this.mainBox.style=('width: 35em;'); this.mainBox.hide(); //Load categories