~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-zesty-2179

« back to all changes in this revision

Viewing changes to src/imports/Components/Themes/Ambiance/1.3/ScrollingActionBarStyle.qml

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2017-01-22 10:04:03 UTC
  • mfrom: (1982.3.17 toolbarScroll)
  • Revision ID: tarmac-20170122100403-75uiszx8bx3apn39
Toolbar visual refresh to scroll the icons instead of using an overflow panel. Fixes: https://bugs.launchpad.net/bugs/1558018.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
            model: listViewContainer.visibleActions
114
114
 
115
115
            highlight: Rectangle {
116
 
                color: theme.palette.focused.background
 
116
                color: "transparent"
 
117
                border {
 
118
                    color: theme.palette.selected.focus
 
119
                    width: 2
 
120
                }
117
121
                visible: actionsListView.activeFocus
118
122
                width: actionsListView.currentItem.width
119
123
                height: actionsListView.currentItem.height