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:
parent
ba68acd129
commit
df2e3a1529
BIN
containment/contents/icons/blueprint.jpg
Normal file
BIN
containment/contents/icons/blueprint.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
10
containment/contents/ui/EditModeVisual.qml
Normal file
10
containment/contents/ui/EditModeVisual.qml
Normal 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
|
||||
}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user