~aacid/unity8/disabledMenus

« back to all changes in this revision

Viewing changes to qml/Panel/Panel.qml

  • Committer: Albert Astals Cid
  • Date: 2017-02-27 14:43:00 UTC
  • Revision ID: albert.astals@canonical.com-20170227144300-ygsoxwsv685cq9cy
Add tool to browse menus of a running app

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
            onEnabledChanged: {
307
307
                if (!enabled) hide();
308
308
            }
 
309
 
309
310
        }
310
311
 
311
312
        PanelMenu {