fix of the radio svg size

This commit is contained in:
Marco Martin 2014-08-20 11:34:49 +02:00
parent ff775e3ad7
commit 9c485f8427
2 changed files with 3 additions and 4 deletions

View File

@ -41,13 +41,12 @@ QtQuickControlStyle.RadioButtonStyle {
imagePath: "widgets/actionbutton"
}
elementId: "normal"
//slightly bigger then the checkbox: being round its apparent size is smaller
//making it slightly bigger seems to make it more balanced giving
//it roughly the same area
width: units.gridUnit * 1.2
width: units.gridUnit
height: width
PlasmaCore.SvgItem {
id: checkmark
svg: PlasmaCore.Svg {
id: checkmarkSvg
imagePath: "widgets/checkmarks"