Merge branch 'main' of https://git.missing.ninja/LF2/Alisa
This commit is contained in:
commit
d627deed2d
1 changed files with 26 additions and 17 deletions
|
@ -99,6 +99,7 @@ Rectangle {
|
|||
|
||||
Rectangle {
|
||||
height: 50
|
||||
id: rect1
|
||||
width: parent.width
|
||||
color: getColors().midlight
|
||||
|
||||
|
@ -116,6 +117,13 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
anchors {
|
||||
top: rect1.bottom
|
||||
}
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
ListView {
|
||||
id: listView
|
||||
Layout.fillWidth: true
|
||||
|
@ -141,6 +149,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ListModel {
|
||||
id: apiDataModel
|
||||
|
|
Loading…
Reference in a new issue