add information for animations in Debug Window

v0.6
Michail Vourlakos 8 years ago
parent 498adb921a
commit 27f95f63e6

@ -253,7 +253,7 @@ Window{
if (plasmoid.configuration.useThemePanel)
return "Yes";
else
return "Now";
return "No";
}
}
@ -318,5 +318,61 @@ Window{
}
}
Text{
text: " ----------- "
}
Text{
text: " ----------- "
}
Text{
text: "Applet Hovered"+space
}
Text{
text: layoutsContainer.hoveredIndex
}
Text{
text: "Task Hovered"+space
}
Text{
text: root.nowDockHoveredIndex
}
Text{
text: "In Normal State"+space
}
Text{
text: visibilityManager.normalState
}
Text{
text: "Animations Both Axis"+space
}
Text{
text: root.animationsNeedBothAxis
}
Text{
text: "Animations Only Length"+space
}
Text{
text: root.animationsNeedLength
}
Text{
text: "Animations Need Thickness"+space
}
Text{
text: root.animationsNeedThickness
}
}
}

Loading…
Cancel
Save