[gnome-shell-extensions] apps-menu: Make it a bit narrower



commit 715f445f61ea287dd5efd05bac80c9e3a81464af
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 5 14:53:01 2015 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js
index 003f987..ed91aab 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]