|
|
|
@ -74,6 +74,8 @@ DragDrop.DropArea {
|
|
|
|
|
property int previousAllTasks: -1 //is used to forbit updateAutomaticIconSize when hovering
|
|
|
|
|
property int realSize: iconSize + iconMargin
|
|
|
|
|
property int realPanelSize
|
|
|
|
|
//this is set by the PanelBox
|
|
|
|
|
property int shadowsSize: 0
|
|
|
|
|
property int themePanelSize: plasmoid.configuration.panelSize
|
|
|
|
|
|
|
|
|
|
///FIXME: <delete both> I can't remember why this is needed, maybe for the anchorings!!! In order for the Double Layout to not mess the anchorings...
|
|
|
|
@ -88,7 +90,6 @@ DragDrop.DropArea {
|
|
|
|
|
|
|
|
|
|
readonly property string plasmoidName: "org.kde.latte.plasmoid"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
property var iconsArray: [16, 22, 32, 48, 64, 96, 128, 256]
|
|
|
|
|
property var layoutManager: LayoutManager
|
|
|
|
|
|
|
|
|
@ -488,6 +489,10 @@ DragDrop.DropArea {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
onShadowsSizeChanged: {
|
|
|
|
|
visibilityManager.updateMaskArea();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
onToolBoxChanged: {
|
|
|
|
|
if (toolBox) {
|
|
|
|
|
toolBox.visible = false;
|
|
|
|
|