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:
parent
33d589ff5c
commit
609d138a49
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user