aboutsummaryrefslogtreecommitdiffstats
path: root/sysui
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2019-12-06 12:30:11 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2019-12-09 08:21:38 +0000
commit8b6270148267bc2899e3a4ae9aff59c703cdaf02 (patch)
treecaf37a31d79ea199b94f20aeade335c3dbdfeca0 /sysui
parent17280bb0a705e818794fe854949bf2e1421c22a1 (diff)
[sysui] disable drag for WidgetDrawer
- at least two widgets of four have an active mouse area in a 1-row widget format, a right swipe for the widget itself conflicts with widget content interaction. Let's disable it, left widget area still allows minimizing widget to the right side of CC window. Change-Id: Ib846371fb703b93d94e19950b67e95027fe7338b Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/centerconsole/MainContentArea.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/centerconsole/MainContentArea.qml b/sysui/centerconsole/MainContentArea.qml
index 64fa9f3f..3a221758 100644
--- a/sysui/centerconsole/MainContentArea.qml
+++ b/sysui/centerconsole/MainContentArea.qml
@@ -123,7 +123,7 @@ Item {
height: homePage.rowHeight
anchors.bottom: homePage.bottom
- dragEnabled: !showingHomePage
+ dragEnabled: false
visible: !showingHomePage && !widgetDrawerSlot.empty
Item {