Summary: | Krunner window width should be adjustible | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Lukas Ba. <kdeu> |
Component: | general | Assignee: | Kai Uwe Broulik <kde> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | alexander.lohnau, dashonwwIII, epost.kde, jlp, kaue.sena, kishore96, mcpain, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lukas Ba.
2018-02-11 13:36:19 UTC
People already complain that panels and menus in Plasma are too big and take up too much of their screen. Maybe we could make KRunner's width adjustable, within sane minimum and maximum values. Yes, adjustable width is better than changing the default. Although this feature will probably take a lot longer to complete than just changing the default width number. Searching for bugs there don't seem to be any bug reports complaining that specifically krunner is too large. Since krunner is not constantly visible it doesnt really take away from your screen space, unlike the taskbar. Would you prefer stretching KRunner window or word wrapping? Is there a reason that the search widget by default is wider than KRunner? Probably not. :) (In reply to Nate Graham from comment #5) > Probably not. :) Well, it's convenient. :-) Now I can search for a document and see the full title. I'm also intrested in an adjustable width. I tried playing around with QT_SCALE_FACTOR, but while it makes things bigger. It doesn't solve the cutoff issue. As a workaround you could edit /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/runcommand/RunCommand.qml line 97 and increase the Layout.minimumWidth and Layout.maximumWidth factors. (In reply to Alexander Lohnau from comment #8) > As a workaround you could edit > /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/runcommand/ > RunCommand.qml line 97 and increase the Layout.minimumWidth and > Layout.maximumWidth factors. Thanks. I was actually looking for somethinike this, but I was playing around with the wrong files. |