Use consistent corner radius for themes
This commit is contained in:
@@ -96,7 +96,7 @@ Item {
|
|||||||
color: Color.alpha(Color.background, 0.97)
|
color: Color.alpha(Color.background, 0.97)
|
||||||
border.color: Color.foreground
|
border.color: Color.foreground
|
||||||
border.width: 2
|
border.width: 2
|
||||||
radius: 0
|
radius: Style.cornerRadius
|
||||||
opacity: root.opened ? 1 : 0
|
opacity: root.opened ? 1 : 0
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
|||||||
Reference in New Issue
Block a user