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:
parent
c80857c16b
commit
de36dc6644
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user