Warning, /plasma/latte-dock/declarativeimports/abilities/definition/metrics/Margin.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     property int tailThickness: 4
0010     property int maxTailThickness: 4
0011     property int headThickness: 4
0012     property int maxHeadThickness: 4
0013     property int length: 4
0014     property int screenEdge: 0
0015 }