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