fix: control center outer rounding
This commit is contained in:
parent
cc775227f7
commit
68a336249c
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ StyledRect {
|
|||
|
||||
anchors.fill: parent
|
||||
anchors.margins: Tokens.padding.normal
|
||||
radius: Tokens.rounding.small
|
||||
radius: Tokens.rounding.normal
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Item {
|
|||
id: root
|
||||
|
||||
required property ShellScreen screen
|
||||
readonly property int rounding: floating ? 0 : Tokens.rounding.normal
|
||||
readonly property int rounding: floating ? 0 : Tokens.rounding.large
|
||||
|
||||
property alias floating: session.floating
|
||||
property alias active: session.active
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue