[dialer] Fix the settings button radius

This commit is contained in:
Martin Klapetek 2015-07-16 00:48:42 +02:00
parent 3f1bfac8e7
commit a9ffbb3abe

View file

@ -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"