添加分隔线
This commit is contained in:
parent
f83fd97ee8
commit
0d3f7495e4
|
@ -9,6 +9,7 @@ Item {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: 12
|
anchors.topMargin: 12
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
@ -41,6 +42,15 @@ Item {
|
||||||
height: 34
|
height: 34
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AppControls2.StyleBackground {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.preferredHeight: 1
|
||||||
|
useStyleTransparent: false
|
||||||
|
alpha: 0.15
|
||||||
|
paletteRole: Palette.Text
|
||||||
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
Loading…
Reference in New Issue