~ubuntu-sdk-team/ubuntu-ui-toolkit/orientationManual

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Themes/Ambiance/SliderStyle.qml

  • Committer: CI Train Bot
  • Author(s): Leo Arias, Christian Dywan, Nekhelesh Ramananthan, Tim Peeters, Zoltán Balogh
  • Date: 2015-03-27 12:35:52 UTC
  • mfrom: (1000.433.19 last_bugfix_vivid)
  • Revision ID: ci-train-bot@canonical.com-20150327123552-mdwg6mecr05akf0q
The very last bugfix landing for Vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    BubbleShape {
88
88
        id: bubbleShape
89
89
 
90
 
        width: units.gu(8)
 
90
        property real minimumWidth: units.gu(8)
 
91
        property real horizontalPadding: units.gu(1)
 
92
 
 
93
        width: Math.max(minimumWidth, label.implicitWidth + 2*horizontalPadding)
91
94
        height: units.gu(6)
92
95
 
93
96
        // FIXME: very temporary implementation