Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt for MCUs 2.8
-
None
Description
We use ProgressBar from QtForMCU 2.8: [ProgressBar QML Type | Qt for MCUs 2.8.2|https://doc.qt.io/QtForMCUs-2.8/qml-qtquick-controls-progressbar.html]. Progress Bar derives from Control. We are forced to set the following properties to zero, they are not initialized to zero by default:
topPadding: 0 bottomPadding: 0 leftPadding: 0 rightPadding: 0
We expect the padding values to be initialized to zero.