~unity-team/unity8/trunk

« back to all changes in this revision

Viewing changes to qml/Dash/Previews/PreviewProgress.qml

  • Committer: Albert Astals Cid
  • Date: 2016-11-16 11:19:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2710.
  • Revision ID: albert.astals@canonical.com-20161116111900-ipegwionzxu2lg9v
Fix PreviewProgress implicitHeight

We actually want this to be the height of the progressbar that we fix so use that and not the implicitHeight

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
PreviewWidget {
29
29
    id: root
30
30
 
31
 
    implicitHeight: progressBar.implicitHeight
 
31
    implicitHeight: progressBar.height
32
32
    implicitWidth: progressBar.implicitWidth
33
33
 
34
34
    ProgressBar {