minor fixes
This commit is contained in:
parent
3d7209ee7a
commit
163399816f
4 changed files with 23 additions and 12 deletions
|
|
@ -83,6 +83,7 @@ PageType {
|
|||
|
||||
ListView {
|
||||
id: listView
|
||||
|
||||
anchors.top: backButton.bottom
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
|
|
@ -218,6 +219,7 @@ PageType {
|
|||
|
||||
BasicButtonType {
|
||||
id: checkUpdatesButton
|
||||
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.topMargin: 8
|
||||
Layout.bottomMargin: 16
|
||||
|
|
@ -238,6 +240,7 @@ PageType {
|
|||
|
||||
BasicButtonType {
|
||||
id: privacyPolicyButton
|
||||
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.bottomMargin: 16
|
||||
Layout.topMargin: -15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue