import QtQuick import "../services" as S Rectangle { width: (parent?.width ?? 16) - 16 height: 1 anchors.horizontalCenter: parent?.horizontalCenter color: S.Theme.base03 }