aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/overview-unified/common/widgets/StyledToolTip.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/quickshell/overview-unified/common/widgets/StyledToolTip.qml')
-rw-r--r--config/quickshell/overview-unified/common/widgets/StyledToolTip.qml23
1 files changed, 0 insertions, 23 deletions
diff --git a/config/quickshell/overview-unified/common/widgets/StyledToolTip.qml b/config/quickshell/overview-unified/common/widgets/StyledToolTip.qml
deleted file mode 100644
index 4d4678c8..00000000
--- a/config/quickshell/overview-unified/common/widgets/StyledToolTip.qml
+++ /dev/null
@@ -1,23 +0,0 @@
-import QtQuick
-import QtQuick.Controls
-import "."
-
-ToolTip {
- id: root
- property bool extraVisibleCondition: true
- property bool alternativeVisibleCondition: false
- readonly property bool internalVisibleCondition: (extraVisibleCondition && (parent.hovered === undefined || parent?.hovered)) || alternativeVisibleCondition
- verticalPadding: 5
- horizontalPadding: 10
- background: null
-
- visible: internalVisibleCondition
-
- contentItem: StyledToolTipContent {
- id: contentItem
- text: root.text
- shown: root.internalVisibleCondition
- horizontalPadding: root.horizontalPadding
- verticalPadding: root.verticalPadding
- }
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage