Announcement

Collapse
No announcement yet.

Can't resize Launcher menu.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't resize Launcher menu.

    Installed 15.04 Beta to a drive and it works much better than Alpha.

    My question: How can I change the size of the kickoff menu? With previous Kubuntus I could drag the top edge of the menu up to the top of the screen if I want to. Vivid won't do that so the office menu, for example has to be scrolled to see all the apps. That will get anoying when I start adding more stuff.

    Thanks.
    Ken.
    Opinions are like rear-ends, everybody has one. Here's mine. (|)

    #2
    Well, didn't find anything by google but after poking around I found this file:

    /usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FullRepresentation.qml

    This section has a reference to Height
    Item {
    id: root
    Layout.minimumWidth: units.gridUnit * 26
    Layout.minimumHeight: units.gridUnit * 34
    ...

    So I changed 34 to 54
    Logout and back in and my menu is now taller. That's what I want. So far nothing is broken yet that I noticed and I may have to repeat after some later update.

    Will mark as solved for now.

    Ken.
    Opinions are like rear-ends, everybody has one. Here's mine. (|)

    Comment

    Working...
    X