sync with mobilecomponents' d3fa79b50b54

This fixes the flickering when the drag button hits the right edge.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2015-11-29 22:24:04 +01:00
parent 33d589ff5c
commit 609d138a49

View file

@ -20,6 +20,7 @@
import QtQuick 2.1
import QtQuick.Controls 1.3
import "private"
import org.kde.plasma.mobilecomponents 0.2
/**
* A window that provides some basic features needed for all apps
@ -73,6 +74,9 @@ ApplicationWindow {
contextDrawer.parent = contentItem.parent;
}
width: Units.gridUnit * 25
height: Units.gridUnit * 30
property alias actionButton: __actionButton
ActionButton {
id: __actionButton