AusweisApp2/resources/qml/Governikus/HistoryView/HistoryViewBackground.qml

16 lines
212 B
QML
Raw Normal View History

2017-07-03 09:30:10 +02:00
import QtQuick 2.5
2017-12-20 14:54:05 +01:00
import Governikus.Global 1.0
2017-07-03 09:30:10 +02:00
Rectangle {
id: redLine
height: parent.height
width: Utils.dp(2)
anchors.left: parent.left
anchors.leftMargin: Utils.dp(30)
color: "red"
opacity: 0.05
}