/* SPDX-FileCopyrightText: 2020 Michail Vourlakos SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.0 Item { property real thicknessMargin: 0.06 property real lengthMargin: 0.06 property real lengthPadding: 0.06 property real lengthAppletPadding: 0.06 }