Warning, /plasma/latte-dock/declarativeimports/abilities/definition/paraboliceffect/Factor.qml is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2020 Michail Vourlakos <mvourlakos@gmail.com>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 import QtQuick 2.7
0007 
0008 Item {
0009     property real zoom: 1.6
0010     property real maxZoom: 1.6
0011     readonly property real marginThicknessZoom: 1.0 + ((zoom-1.0) * marginThicknessZoomInPercentage)
0012 
0013     property real marginThicknessZoomInPercentage: 1.0 //100&
0014 }