mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-30 01:15:13 +00:00
DemoPanel proper tooltip
This commit is contained in:
@@ -50,6 +50,7 @@ NLoader {
|
||||
onEntered: function() { myTooltip.show() }
|
||||
onExited: function() { myTooltip.hide() }
|
||||
}
|
||||
NTooltip { id: myTooltip; target: myIconButton; positionAbove: false; text: "Hello world"; }
|
||||
|
||||
NDivider { Layout.fillWidth: true }
|
||||
}
|
||||
@@ -66,7 +67,7 @@ NLoader {
|
||||
onToggled: function(value: bool) { console.log("NToggle: " + value) }
|
||||
}
|
||||
|
||||
NTooltip { id: myTooltip; target: myIconButton; positionAbove: false; text: "Hello world" }
|
||||
|
||||
NDivider { Layout.fillWidth: true }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user