Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion panels/notification/plugin/NotifyItemContent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ NotifyItem {

Loader {
id: time
active: !root.closeVisible
active: !root.closeVisible && !closePlaceHolder.hovered
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

关闭按钮有焦点是不是也不应该显示time?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

目前关闭按钮有焦点的效果是就是这样 就是没有显示time了。

visible: active
Layout.alignment: Qt.AlignRight
sourceComponent: Text {
Expand Down