Warning, /plasma/latte-dock/declarativeimports/abilities/definition/metrics/Totals.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.0
0007 
0008 Item {
0009     readonly property int length: iconSize + lengthEdges
0010     readonly property int lengthEdge: margin.length + padding.length
0011     readonly property int lengthEdges: 2 * lengthEdge
0012     readonly property int lengthPaddings: 2 * padding.length
0013     readonly property int thickness: iconSize + thicknessEdges
0014     readonly property int thicknessEdges: margin.tailThickness + margin.headThickness
0015 }