quickshell: match dropdown radius to 10px
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3752a13d92
commit
bef271f77a
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ in
|
||||||
width: dropdown.fullWidth
|
width: dropdown.fullWidth
|
||||||
height: dropdown.open ? dropdown.fullHeight : 0
|
height: dropdown.open ? dropdown.fullHeight : 0
|
||||||
color: Theme.barBg
|
color: Theme.barBg
|
||||||
radius: 8
|
radius: 10
|
||||||
topLeftRadius: 0
|
topLeftRadius: 0
|
||||||
topRightRadius: 0
|
topRightRadius: 0
|
||||||
bottomRightRadius: dropdown.alignRight ? 0 : 8
|
bottomRightRadius: dropdown.alignRight ? 0 : 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue