This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/mea/ui/components/ThinDivider.qml
2018-03-09 10:20:28 +01:00

9 lines
127 B
QML

import QtQuick 2.0
import QtQuick.Layouts 1.2
Rectangle {
height: 1
Layout.fillWidth: true
color: app.guhAccent
}