Workspace: removed extra transparent padding around.
This commit is contained in:
parent
993a7965fd
commit
f9e55c8f8d
1 changed files with 3 additions and 3 deletions
|
|
@ -42,8 +42,8 @@ Item {
|
||||||
property bool effectsActive: false
|
property bool effectsActive: false
|
||||||
property color effectColor: Color.mPrimary
|
property color effectColor: Color.mPrimary
|
||||||
|
|
||||||
property int horizontalPadding: Math.round(16 * scaling)
|
property int horizontalPadding: Math.round(Style.marginS * scaling)
|
||||||
property int spacingBetweenPills: Math.round(8 * scaling)
|
property int spacingBetweenPills: Math.round(Style.marginXS * scaling)
|
||||||
|
|
||||||
signal workspaceChanged(int workspaceId, color accentColor)
|
signal workspaceChanged(int workspaceId, color accentColor)
|
||||||
|
|
||||||
|
|
@ -144,7 +144,7 @@ Item {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: workspaceBackground
|
id: workspaceBackground
|
||||||
width: parent.width - Style.marginS * scaling * 2
|
width: parent.width
|
||||||
|
|
||||||
height: Math.round(Style.capsuleHeight * scaling)
|
height: Math.round(Style.capsuleHeight * scaling)
|
||||||
radius: Math.round(Style.radiusM * scaling)
|
radius: Math.round(Style.radiusM * scaling)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue