mirror of
https://github.com/QuasarApp/DocsSite.git
synced 2025-05-11 10:49:32 +00:00
temp commit (work on an optimisation of the ViewSolutions module)
This commit is contained in:
parent
f61735ecd7
commit
818bef0e6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -65,3 +65,5 @@ CTestTestfile.cmake
|
||||
_deps
|
||||
*_autogen
|
||||
Site/DeploymentSite/
|
||||
Distro/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit cea929e9cbb3484a6244cf718a9490d6ac737a70
|
||||
Subproject commit 499d5c3462bf0deaebf0d2ed0a9fc38f5a7e56ee
|
@ -22,12 +22,19 @@ ListView {
|
||||
text: (data)? data.sourceText: ""
|
||||
textMargins: 40
|
||||
width: viewPort.width
|
||||
viewground: viewPort
|
||||
height: 400
|
||||
// viewground: viewgroundItem
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
spacing: 24
|
||||
|
||||
// Item {
|
||||
// id: viewgroundItem
|
||||
|
||||
// anchors.right: parent.right
|
||||
// anchors.top: parent.top
|
||||
// anchors.bottom: parent.bottom
|
||||
// width: parent.width / 2
|
||||
// }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user