mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-11-07 04:52:15 +00:00
14 lines
203 B
QML
14 lines
203 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
Rectangle {
|
|
Layout.fillWidth: true
|
|
Layout.preferredHeight: 1
|
|
|
|
Layout.topMargin: 5
|
|
Layout.bottomMargin: 5
|
|
|
|
color: "lightgray"
|
|
opacity: 0.5
|
|
}
|