https://bugs.kde.org/show_bug.cgi?id=377923

LTHR <lanthrus...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
                 CC|                            |lanthrus...@gmail.com

--- Comment #4 from LTHR <lanthrus...@gmail.com> ---
I confirm, the same bug is still in Version 21.04.3  :-), just hit
accidentally, an annoying thing - the regression from the previous KDE releases

Now how you can fix it:

1. Copy /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager to
~/.local/share/plasma/plasmoids/org.kde.plasma.taskmanager/
2. Open 
~/.local/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupDialog.qml
    and change 
    readonly property int preferredHeight: Screen.height / (2 *
Screen.devicePixelRatio)
    to
    readonly property int preferredHeight: Screen.height / (1 *
Screen.devicePixelRatio)
   this will give you the full screen height for the grouped tasks 

You may all so want to change 
    readonly property int preferredWidth: Screen.width / (3 *
Screen.devicePixelRatio)
   to
    readonly property int preferredWidth: Screen.width / (2 *
Screen.devicePixelRatio)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to