Better compact mode
This commit is contained in:
parent
0da59954cd
commit
071100459f
2 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ Item {
|
|||
}
|
||||
total += Math.max(localWorkspaces.count - 1, 0) * spacingBetweenPills
|
||||
total += horizontalPadding * 2
|
||||
return total
|
||||
return Math.round(total)
|
||||
}
|
||||
|
||||
function computeHeight() {
|
||||
|
|
@ -97,7 +97,7 @@ Item {
|
|||
}
|
||||
total += Math.max(localWorkspaces.count - 1, 0) * spacingBetweenPills
|
||||
total += horizontalPadding * 2
|
||||
return total
|
||||
return Math.round(total)
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue