1
0
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:
Michail Vourlakos 2019-03-16 17:12:25 +02:00
parent a72bf371a1
commit 3666ab42db

View File

@ -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 {