mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue