17 lines
303 B
QML
17 lines
303 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import TeroStyle
|
|
|
|
ColumnLayout {
|
|
anchors.fill: parent
|
|
spacing: Dimensions.l
|
|
|
|
ColumnLayout {
|
|
Layout.fillHeight: true
|
|
Layout.verticalStretchFactor: 1
|
|
spacing: Dimensions.l
|
|
}
|
|
RowLayout {
|
|
spacing: Dimensions.l
|
|
}
|
|
} |