diff --git a/src/declarativeimports/plasmacomponents/qml/styles/RadioButtonStyle.qml b/src/declarativeimports/plasmacomponents/qml/styles/RadioButtonStyle.qml index a5d4952b9..f4df12e4a 100644 --- a/src/declarativeimports/plasmacomponents/qml/styles/RadioButtonStyle.qml +++ b/src/declarativeimports/plasmacomponents/qml/styles/RadioButtonStyle.qml @@ -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" diff --git a/src/desktoptheme/breeze/widgets/actionbutton.svgz b/src/desktoptheme/breeze/widgets/actionbutton.svgz index 25aacc8b4..fda4a9b7b 100644 Binary files a/src/desktoptheme/breeze/widgets/actionbutton.svgz and b/src/desktoptheme/breeze/widgets/actionbutton.svgz differ