tooltip flyout border matches module accent color

This commit is contained in:
Damocles 2026-04-13 16:18:31 +02:00
parent 5b901478c7
commit 91657003c0
7 changed files with 9 additions and 1 deletions

View file

@ -76,6 +76,7 @@ RowLayout {
M.FlyoutState.text = tip;
M.FlyoutState.itemX = iconItem.mapToGlobal(iconItem.width / 2, 0).x - (QsWindow.window?.screen?.x ?? 0);
M.FlyoutState.screen = QsWindow.window?.screen ?? null;
M.FlyoutState.accentColor = root.parent?.accentColor ?? M.Theme.base05;
M.FlyoutState.visible = true;
} else if (!hovered) {
M.FlyoutState.visible = false;