mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-11-06 20:42:15 +00:00
14 lines
209 B
QML
14 lines
209 B
QML
import QtQuick.Controls
|
|
import QtQuick.Layouts
|
|
|
|
Label {
|
|
Layout.topMargin: 7
|
|
Layout.bottomMargin: 10
|
|
|
|
anchors.topMargin: 7
|
|
anchors.bottomMargin: 10
|
|
|
|
font.pointSize: 14
|
|
font.bold: true
|
|
}
|