mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
[dialer] Fix the settings button radius
This commit is contained in:
parent
3f1bfac8e7
commit
a9ffbb3abe
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ Item {
|
|||
id: settingsRect
|
||||
height: units.gridUnit * 6
|
||||
width: height + units.gridUnit * 2
|
||||
radius: 45
|
||||
radius: height
|
||||
z: 100
|
||||
visible: false
|
||||
color: "lightblue"
|
||||
|
|
|
|||
Loading…
Reference in a new issue