Warning, /plasma/latte-dock/containment/package/contents/ui/abilities/privates/metrics/Fraction.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 real thicknessMargin: 0.06
0010     property real lengthMargin: 0.06
0011     property real lengthPadding: 0.06
0012     property real lengthAppletPadding: 0.06
0013 }