We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cbc92 commit bf9c59bCopy full SHA for bf9c59b
src/qml/toolbar/Toolbar.qml
@@ -515,10 +515,10 @@ FloatingPanel {
515
isVolSliderShow = !isVolSliderShow;
516
if (volSliderLoader.status === Loader.Null) {
517
volSliderLoader.setSource("VolumeSlider.qml");
518
- volSliderLoader.item.x = toolbarRoot.width - 10 * 3 - width * 2;
519
volSliderLoader.item.y = -255;
520
volSliderLoader.item.hoveredChanged.connect(onVolSliderHoveredChanged);
521
}
+ volSliderLoader.item.x = toolbarRoot.width - 10 * 3 - volumeBtn.width * 2;
522
volSliderLoader.item.visible = isVolSliderShow;
523
524
0 commit comments