10 lines
155 B
QML
10 lines
155 B
QML
import QtQuick
|
|
import "../constants"
|
|
|
|
// vertical line separator for top bar
|
|
Rectangle {
|
|
width: 1
|
|
height: 16
|
|
color: Colors.md3.on_background
|
|
}
|