mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Respect style corner radius
This commit is contained in:
@@ -29,7 +29,7 @@ ToolTip {
|
||||
color: root.panelBackground
|
||||
border.color: Style.normalBorderFor(root.panelForeground, Color.accent)
|
||||
border.width: Style.normalBorderWidth
|
||||
radius: 0
|
||||
radius: Style.cornerRadius
|
||||
opacity: 0.97
|
||||
}
|
||||
|
||||
|
||||
@@ -695,7 +695,7 @@ Item {
|
||||
color: root.background
|
||||
border.color: root.foreground
|
||||
border.width: 1
|
||||
radius: 0
|
||||
radius: Style.cornerRadius
|
||||
opacity: 0.97
|
||||
|
||||
Text {
|
||||
|
||||
Reference in New Issue
Block a user