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