Merge branch 'master' into editbubble
This commit is contained in:
commit
9d04bd4938
@ -62,6 +62,7 @@ install(FILES qml/ToolBar.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/
|
|||||||
|
|
||||||
|
|
||||||
#Now install the private stuff!
|
#Now install the private stuff!
|
||||||
|
install(FILES qml/private/ButtonShadow.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||||
install(FILES qml/private/DualStateButton.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
install(FILES qml/private/DualStateButton.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||||
install(FILES qml/private/IconLoader.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
install(FILES qml/private/IconLoader.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||||
install(FILES qml/private/PageStack.js DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
install(FILES qml/private/PageStack.js DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
|
||||||
|
@ -144,7 +144,7 @@ Item {
|
|||||||
property int right: 8
|
property int right: 8
|
||||||
property int bottom: 8
|
property int bottom: 8
|
||||||
}
|
}
|
||||||
RoundShadow {
|
Private.RoundShadow {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
state: (internal.userPressed || checked) ? "hidden" : "shadow"
|
state: (internal.userPressed || checked) ? "hidden" : "shadow"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user