mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-30 14:50:12 +03:00
position CustomBackground border correctly
This commit is contained in:
parent
a72bf371a1
commit
3666ab42db
@ -139,7 +139,7 @@ Item{
|
||||
border.width: main.borderWidth
|
||||
border.color: main.borderColor
|
||||
|
||||
readonly property int centerStep: Math.max(roundness, 2*borderWidth) / 2
|
||||
readonly property int centerStep: Math.max( (drawWithoutRoundness ? 0 : roundness), 2*borderWidth) / 2
|
||||
|
||||
states: [
|
||||
State {
|
||||
|
Loading…
x
Reference in New Issue
Block a user