https://bugs.kde.org/show_bug.cgi?id=386143
Bug ID: 386143 Summary: Wrong Slider handler calculation Product: frameworks-qqc2-desktop-style Version: 5.39.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: hipersaya...@gmail.com CC: k...@davidedmundson.co.uk Target Milestone: --- Created attachment 108548 --> https://bugs.kde.org/attachment.cgi?id=108548&action=edit Wrong slider handler calculation only in org.kde.desktop style When using "from" property with negative values and org.kde.desktop style, the handler is positioned to the positive side. This is the code tested: import QtQuick 2.7 import QtQuick.Controls 2.0 ApplicationWindow { id: window width: 400 height: 30 color: palette.window SystemPalette { id: palette } Slider { anchors.fill: parent from: -10 value: 0 to: 10 stepSize: 1 } } And attached a comparison with other styles. -- You are receiving this mail because: You are watching all bug changes.