add panel titles to mpris/sound/brightness; pin button always visible
This commit is contained in:
parent
5ce1205225
commit
f174d35383
4 changed files with 4 additions and 12 deletions
|
|
@ -268,18 +268,7 @@ PanelWindow {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: root.popupMode ? 0 : 20
|
||||
height: 20
|
||||
visible: !root.popupMode && (root.panelHovered || root._pinned)
|
||||
opacity: pinHover.hovered || root._pinned ? 1 : 0.35
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
duration: 100
|
||||
}
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
id: pinHover
|
||||
}
|
||||
visible: !root.popupMode
|
||||
|
||||
TapHandler {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue