This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Notification window width too small

Tags: None
(comma "," separated)
svakk
Registered Member
Posts
2
Karma
0

Notification window width too small

Wed Jun 19, 2019 2:27 pm
1) Some application send notification "Completed very long task #125"
2) Press triangle in systray
3) Open "Notifications" window

I see just small part of my notification message. Like "Completed very... 8 min ago"

I want see full message. Make this [notification] window width bigger.

Is this possible?

Thank you!

(Also, I know about the possibility to see it somewhere in system logs. I don't like that way in this case)
svakk
Registered Member
Posts
2
Karma
0
Found a solution.

In file
Code: Select all
/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml


Code: Select all
import QtQuick.Window 2.2
...
Item {
    id: expandedRepresentation

    //set width/height to avoid an useless Dialog resize
    width: Layout.minimumWidth
    height: Layout.minimumHeight
    Layout.minimumWidth: Screen.desktopAvailableWidth / 3 //units.gridUnit * 24
    Layout.minimumHeight: units.gridUnit * 21


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft