add maxZoomFactor in Applets::Communicator

pull/6/head
Michail Vourlakos 6 years ago
parent 08f3855292
commit 39f7f3bb0e

@ -80,6 +80,13 @@ Item{
// @since: 0.9
readonly property int iconSize: root.iconSize
// NAME: maxZoomFactor
// USAGE: read-only
// EXPLANATION: The maximum zoom factor currently used
// USE CASE: it can be used from applets that want to be informed what is the maximum
// zoom factor currently used
// @since: 0.9
readonly property real maxZoomFactor: root.zoomFactor
// NAME: windowsTracker
// USAGE: read-only

Loading…
Cancel
Save