NButton: no bar position is allowed in Widgets/

- Only exception is NPanel.
This commit is contained in:
ItsLemmy
2025-09-27 17:51:52 -04:00
parent e73d85de04
commit c1c91edb6c
-1
View File
@@ -129,7 +129,6 @@ Rectangle {
NTooltip {
id: tooltip
target: root
positionAbove: Settings.data.bar.position === "bottom"
text: root.tooltipText
}