~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Themes/Ambiance/1.3/ScrollbarStyle.qml

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
952
952
                        anchors.centerIn: parent
953
953
                        width: __stepperAssetWidth
954
954
                        rotation: isVertical ? 180 : 90
955
 
                        source: "../artwork/toolkit_scrollbar-stepper.svg"
 
955
                        source: visible ? "../artwork/toolkit_scrollbar-stepper.svg" : ""
 
956
                        asynchronous: true
956
957
                        color: Qt.rgba(sliderColor.r, sliderColor.g, sliderColor.b,
957
958
                                       sliderColor.a * ((flickableItem && flickableItem[scrollbarUtils.propAtBeginning])
958
959
                                                        ? __stepperImgOpacityDisabled
995
996
                        anchors.centerIn: parent
996
997
                        width: __stepperAssetWidth
997
998
                        rotation: isVertical ? 0 : -90
998
 
                        source: "../artwork/toolkit_scrollbar-stepper.svg"
 
999
                        source: visible ? "../artwork/toolkit_scrollbar-stepper.svg" : ""
 
1000
                        asynchronous: true
999
1001
                        color: Qt.rgba(sliderColor.r, sliderColor.g, sliderColor.b,
1000
1002
                                       sliderColor.a * ((flickableItem && flickableItem[scrollbarUtils.propAtEnd])
1001
1003
                                                        ? __stepperImgOpacityDisabled