mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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
|
id: settingsRect
|
||||||
height: units.gridUnit * 6
|
height: units.gridUnit * 6
|
||||||
width: height + units.gridUnit * 2
|
width: height + units.gridUnit * 2
|
||||||
radius: 45
|
radius: height
|
||||||
z: 100
|
z: 100
|
||||||
visible: false
|
visible: false
|
||||||
color: "lightblue"
|
color: "lightblue"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue