1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-03 09:47:22 +03:00

added edit mode blueprint visual

This commit is contained in:
Michail Vourlakos 2016-12-29 23:27:29 +02:00
parent ba68acd129
commit df2e3a1529
3 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,10 @@
import QtQuick 2.1
Image{
anchors.fill: parent
fillMode: Image.Tile
horizontalAlignment: Image.AlignLeft
verticalAlignment: Image.AlignTop
source: "../icons/blueprint.jpg"
opacity: 0.5
}

View File

@ -983,6 +983,16 @@ DragDrop.DropArea {
///////////////END components
///////////////BEGIN UI elements
Loader{
anchors.fill: parent
active: !plasmoid.immutable
sourceComponent: EditModeVisual{
}
}
Item {
id: lastSpacer
parent: mainLayout