Sure: === modified file 'Panel/Panel.qml' --- Panel/Panel.qml 2013-09-24 09:00:55 +0000 +++ Panel/Panel.qml 2013-10-09 14:14:02 +0000 @@ -71,7 +71,7 @@ } } - Indicators { + Showable { id: indicatorsMenu objectName: "indicators" @@ -79,10 +79,10 @@ y: panelBackground.y width: root.indicatorsMenuWidth shown: false - hintValue: __panelMinusSeparatorLineHeight * 3 - panelHeight: __panelMinusSeparatorLineHeight - openedHeight: parent.height + (pinnedMode ? 0 : root.panelHeight) - pinnedMode: !fullscreenMode +// hintValue: __panelMinusSeparatorLineHeight * 3 +// panelHeight: __panelMinusSeparatorLineHeight +// openedHeight: parent.height + (pinnedMode ? 0 : root.panelHeight) +// pinnedMode: !fullscreenMode property real unitProgress: (height - panelHeight) / (openedHeight - panelHeight) } === modified file 'Shell.qml' --- Shell.qml 2013-10-08 19:11:11 +0000 +++ Shell.qml 2013-10-09 14:13:59 +0000 @@ -568,7 +568,7 @@ indicators { hides: [launcher] available: edgeDemo.panelEnabled - contentEnabled: edgeDemo.panelContentEnabled +// contentEnabled: edgeDemo.panelContentEnabled } fullscreenMode: shell.fullscreenMode searchVisible: !greeter.shown && !lockscreen.shown