summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/dms/Modules/Settings/Widgets/SettingsDivider.qml
blob: 86d9fe7177055401761ce2a2e91abbbbada284e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
pragma ComponentBehavior: Bound

import QtQuick
import qs.Common

Rectangle {
    width: parent?.width ?? 0
    height: 1
    color: Theme.outline
    opacity: 0.15
}