Feat: Reposition bar #147

Merged
zach merged 9 commits from feat/reposition-bar into main 2026-08-16 11:02:22 +02:00
Showing only changes of commit fb0c75a2ba - Show all commits
-1
View File
@@ -81,7 +81,6 @@ WidgetBase {
hoverEnabled: true
onContainsMouseChanged: {
console.log(root.textWidth, mediatext.implicitWidth, mediatext.implicitHeight);
if (!containsMouse) {
mediatext.marqueeEnabled = false;
} else {