formatting
This commit is contained in:
parent
2325943c66
commit
d6d9350bff
2 changed files with 0 additions and 2 deletions
|
|
@ -23,6 +23,5 @@ NClock {
|
||||||
onClicked: function () {
|
onClicked: function () {
|
||||||
tooltip.hide()
|
tooltip.hide()
|
||||||
calendar.isLoaded = !calendar.isLoaded
|
calendar.isLoaded = !calendar.isLoaded
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ Loader {
|
||||||
// onLoaded: {
|
// onLoaded: {
|
||||||
// console.log("NLoader onLoaded: " + item.toString());
|
// console.log("NLoader onLoaded: " + item.toString());
|
||||||
// }
|
// }
|
||||||
|
|
||||||
onActiveChanged: {
|
onActiveChanged: {
|
||||||
if (active && item && item.show) {
|
if (active && item && item.show) {
|
||||||
item.show()
|
item.show()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue