Added UI skeleton for BMS settings screen
This commit is contained in:
@@ -63,7 +63,7 @@ Item {
|
||||
RowLayout {
|
||||
spacing: 10
|
||||
width: ListView.view.width
|
||||
height: 36
|
||||
height: 38
|
||||
|
||||
Item {
|
||||
Layout.preferredWidth: parent.width / 6 - 20
|
||||
@@ -112,7 +112,7 @@ Item {
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
model: []
|
||||
spacing: 2
|
||||
spacing: 0
|
||||
|
||||
header: cellListHeader
|
||||
delegate: cellListDelegate
|
||||
@@ -131,7 +131,7 @@ Item {
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
model: []
|
||||
spacing: 2
|
||||
spacing: 0
|
||||
|
||||
header: cellListHeader
|
||||
delegate: cellListDelegate
|
||||
|
||||
Reference in New Issue
Block a user