Compare commits
No commits in common. "dca6a8ac5c611734e8e65ae0f750975d1ae8be23" and "8010a4728aeef951423afdd26b3a9ad4bbd55db4" have entirely different histories.
dca6a8ac5c
...
8010a4728a
1 changed files with 7 additions and 7 deletions
|
|
@ -202,15 +202,15 @@ PanelWindow {
|
||||||
enabled: root.popupMode
|
enabled: root.popupMode
|
||||||
}
|
}
|
||||||
|
|
||||||
HoverHandler {
|
|
||||||
enabled: !root.popupMode && !root._pinned
|
|
||||||
onHoveredChanged: if (!root.popupMode && !root._pinned)
|
|
||||||
root.panelHovered = hovered
|
|
||||||
}
|
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: panelContent
|
id: panelContent
|
||||||
width: root.contentWidth
|
width: root.contentWidth
|
||||||
|
|
||||||
|
HoverHandler {
|
||||||
|
enabled: !root.popupMode && !root._pinned
|
||||||
|
onHoveredChanged: if (!root.popupMode && !root._pinned)
|
||||||
|
root.panelHovered = hovered
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pin button — top-right corner, hover mode only
|
// Pin button — top-right corner, hover mode only
|
||||||
|
|
@ -244,7 +244,7 @@ PanelWindow {
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: root._pinned ? "\uEB40" : "\uEB3F"
|
text: "\uEB3F"
|
||||||
color: root._pinned ? root.accentColor : M.Theme.base04
|
color: root._pinned ? root.accentColor : M.Theme.base04
|
||||||
font.pixelSize: M.Theme.fontSize - 1
|
font.pixelSize: M.Theme.fontSize - 1
|
||||||
font.family: M.Theme.iconFontFamily
|
font.family: M.Theme.iconFontFamily
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue