~osomon/webbrowser-app/bottom-edge

« back to all changes in this revision

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

  • Committer: Olivier Tilloy
  • Date: 2015-03-16 15:59:44 UTC
  • Revision ID: olivier.tilloy@canonical.com-20150316155944-lh7wh3s328l0hyy7
Hide the chrome in a less convoluted manner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        Chrome {
140
140
            id: chrome
141
141
 
142
 
            z: recentView.visible ? invisibleTabChrome.z - 1 : 0
 
142
            visible: !recentView.visible
143
143
 
144
144
            webview: browser.currentWebview
145
145
            searchUrl: browser.searchEngine ? browser.searchEngine.template : ""