1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-27 06:03:51 +03:00

small fixes in the ui

This commit is contained in:
Michail Vourlakos 2016-12-28 13:46:35 +02:00
parent c80857c16b
commit de36dc6644
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ DragDrop.DropArea {
property bool isHorizontal: plasmoid.formFactor == PlasmaCore.Types.Horizontal
property bool isVertical: !isHorizontal
property bool isHovered: nowDock ? ((nowDockHoveredIndex !== -1) && (layoutsContainer.hoveredIndex !== -1)) //|| wholeArea.containsMouse
: (layoutsContainer.hoveredIndex !== -1) || wholeArea.containsMouse
: (layoutsContainer.hoveredIndex !== -1) //|| wholeArea.containsMouse
property bool normalState : false
property bool onlyAddingStarup: true //is used for the initialization phase in startup where there arent removals, this variable provides a way to grow icon size
//FIXME: possibly this is going to be the default behavior, this user choice

View File

@ -80,8 +80,8 @@ PlasmaCore.FrameSvgItem {
adjustPrefix();
}
Binding {
target: panel
/*Binding {
target: dock
property: "length"
when: containment
value: {
@ -94,7 +94,7 @@ PlasmaCore.FrameSvgItem {
return containment.Layout.preferredWidth
}
}
}
}*/
Item {