~ci-train-bot/unity8/unity8-ubuntu-zesty-2548

« back to all changes in this revision

Viewing changes to qml/Panel/Panel.qml

  • Committer: Bileto Bot
  • Author(s): Lukáš Tinkl
  • Date: 2017-03-08 09:53:21 UTC
  • mfrom: (2837.6.20 fix-window-buttons-touch)
  • Revision ID: ci-train-bot@canonical.com-20170308095321-ug2ilhgoa55fxlpb
Fix being unable to use window control buttons or menus with touch (LP: #1667604, #1668387)

Approved by: Albert Astals Cid, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                            target: __indicators
230
230
                            onShownChanged: bar.dismiss();
231
231
                        }
 
232
 
 
233
                        onDoubleClicked: PanelState.restoreClicked()
232
234
                    }
233
235
                }
234
236
            }