updated components #122

Merged
zach merged 64 commits from feat/updated-components into main 2026-06-23 11:33:20 +02:00
Showing only changes of commit 39895bf75b - Show all commits
+1 -1
View File
@@ -67,7 +67,7 @@ ScrollBar {
implicitHeight: root.height * root.effectiveSize
implicitWidth: fullMouse.pressed || fullMouse.containsMouse ? Appearance.padding.extraSmall * 2 : Appearance.padding.extraSmall
opacity: {
if (root.effectiveSize === 1)
if (root.size === 1)
return 0;
if (fullMouse.pressed)
return 1;