~osomon/webbrowser-app/bottom-edge

« back to all changes in this revision

Viewing changes to src/app/webbrowser/TabChrome.qml

  • Committer: Olivier Tilloy
  • Date: 2015-03-20 12:25:32 UTC
  • Revision ID: olivier.tilloy@canonical.com-20150320122532-p4xc50vweuf8t6mx
Add a comment to explain the size of the mouse area.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                    bottom: parent.bottom
125
125
                    left: parent.left
126
126
                }
 
127
                // The activable part of the tab occupies its leftmost half
127
128
                width: parent.width / 2
128
129
 
129
130
                onClicked: selected()