Results 1 to 1 of 1

Thread: Application Menu Width Issues

  1. #1
    Join Date
    2016-Sep
    Posts
    1

    Application Menu Width Issues

    after infinite ******* around, i found a hack solution to the width issues i was having with the application menu in rolling release.

    The applications menu had an issue where the categories on the left were cut off because the width of the box was not wide enough. I'm on a mac with a retina display

    to fix this i did:

    Code:
    sudo leafpad '/usr/share/gnome-shell/extensions/[email protected]/extension.js'
    scrolled down until i came to

    Code:
            this.categoriesBox.box.width = 300;
    (just search for 300)

    and replaced it with

    Code:
    	this.mainBox.box.width = 950;
            this.categoriesBox.box.width = 500;

    save > logout > log back in. should be much better.

    If not play around with those numbers. Main box is the width of the entire menu, categories box is obviously the size of the categories box within the main box.

    Probably a dodgy hack job and there is a way better way to do it, if so put it below. but that should be enough to get you going.
    Last edited by Mightypro; 2016-09-23 at 12:34. Reason: Swearing

Similar Threads

  1. Application menu went missing
    By Bin1ad3n in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-11-07, 14:46
  2. application menu modify
    By r3fr3sh in forum General Archive
    Replies: 0
    Last Post: 2020-07-27, 17:41
  3. My Favorites bar and application drop down menu is gone.
    By Anon6 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-07-28, 16:03
  4. Missing Application Menu
    By nekromantik in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2016-06-20, 15:03

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •