fix checkboxes and radio buttons

This commit is contained in:
Marco Martin 2011-12-22 16:55:48 +01:00
parent 986becb8fa
commit 67f93deced
3 changed files with 4 additions and 3 deletions

View File

@ -62,5 +62,5 @@ Private.DualStateButton {
}
}
shadow: ButtonShadow {}
shadow: Private.ButtonShadow {}
}

View File

@ -66,5 +66,5 @@ Private.DualStateButton {
}
}
shadow: RoundShadow {}
shadow: Private.RoundShadow {}
}

View File

@ -32,8 +32,9 @@ Properties:
**/
import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore
import "private" as Private
DualStateButton {
Private.DualStateButton {
id: switchItem
view: PlasmaCore.FrameSvgItem {