https://bugs.kde.org/show_bug.cgi?id=520342
Bug ID: 520342
Summary: Add an option to keep the format banner visible
(disable auto-hide behavior)
Classification: Plasma
Product: plasmashell
Version First master
Reported In:
Platform: Kubuntu
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: Notes widget
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
Is possible to to add option to keep the format banner visible (disable
auto-hide behavior). Format banner (bold, italic.. )
I used notes to write upside-down notes / TODO list, but when is banner hiding
is messy and hide lines of text.
I make it for me by hard-coded modification in qml:
< opacity: 1
---
> opacity: focusScope.activeFocus ? 1 : 0
But now is this widget compiled and is not so easy to repair it for me.
Thanks for help
--
You are receiving this mail because:
You are watching all bug changes.