mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-27 06:03:51 +03:00
fix positioning of internal separators
--when the user has enabled reverse active indicators
This commit is contained in:
parent
a0e4c029a9
commit
1a5fed2e67
@ -291,7 +291,7 @@ MouseArea{
|
||||
width: root.vertical ? root.iconSize : (root.dragSource || root.editMode) ? 5+root.iconMargin: 1
|
||||
height: !root.vertical ? root.iconSize : (root.dragSource || root.editMode) ? 5+root.iconMargin: 1
|
||||
|
||||
property int localThickMargin: root.statesLineSize + root.thickMarginBase + 4
|
||||
property int localThickMargin: !root.reverseLinesPosition ? root.statesLineSize + root.thickMarginBase + 4 : root.thickMarginBase + 4
|
||||
|
||||
property bool forceHiddenState: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user