fix checkboxes and radio buttons
This commit is contained in:
parent
986becb8fa
commit
67f93deced
@ -62,5 +62,5 @@ Private.DualStateButton {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow: ButtonShadow {}
|
shadow: Private.ButtonShadow {}
|
||||||
}
|
}
|
@ -66,5 +66,5 @@ Private.DualStateButton {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow: RoundShadow {}
|
shadow: Private.RoundShadow {}
|
||||||
}
|
}
|
@ -32,8 +32,9 @@ Properties:
|
|||||||
**/
|
**/
|
||||||
import QtQuick 1.0
|
import QtQuick 1.0
|
||||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||||
|
import "private" as Private
|
||||||
|
|
||||||
DualStateButton {
|
Private.DualStateButton {
|
||||||
id: switchItem
|
id: switchItem
|
||||||
|
|
||||||
view: PlasmaCore.FrameSvgItem {
|
view: PlasmaCore.FrameSvgItem {
|
||||||
|
Loading…
Reference in New Issue
Block a user