~aacid/unity8/category_view_invisible_in_preview_mode

« back to all changes in this revision

Viewing changes to qml/Dash/DashNavigationButton.qml

  • Committer: Albert Astals
  • Date: 2014-08-29 07:59:08 UTC
  • Revision ID: albert.astals@canonical.com-20140829075908-uu5mfh1kkit945hj
This should not have been removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        }
47
47
    }
48
48
 
 
49
    visible: root.currentNavigation != null
 
50
 
49
51
    onClicked: {
50
52
        navigationListView.updateMaxHeight();
51
53
        root.showList = !root.showList;