diff options
Diffstat (limited to 'src/controls/Styles/Base/ProgressBarStyle.qml')
| -rw-r--r-- | src/controls/Styles/Base/ProgressBarStyle.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/Styles/Base/ProgressBarStyle.qml b/src/controls/Styles/Base/ProgressBarStyle.qml index 63397edfa..d8ff8140e 100644 --- a/src/controls/Styles/Base/ProgressBarStyle.qml +++ b/src/controls/Styles/Base/ProgressBarStyle.qml @@ -161,6 +161,9 @@ Style { /*! \qmlproperty Component ProgressBarStyle::background The background component for this style. + + \note The implicitWidth and implicitHeight of the background component + must be set. */ property Component background: Item { implicitWidth: 200 |
