mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Merge 16cce08b43
into 25e552c6fa
This commit is contained in:
commit
2e40612e19
1 changed files with 81 additions and 76 deletions
|
@ -10,7 +10,11 @@ import im.nheko 1.0
|
||||||
import "../components/"
|
import "../components/"
|
||||||
import ".."
|
import ".."
|
||||||
|
|
||||||
ColumnLayout {
|
ScrollView {
|
||||||
|
contentWidth: availableWidth
|
||||||
|
ColumnLayout {
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
}
|
}
|
||||||
|
@ -29,7 +33,7 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: qsTr("Welcome to nheko! The desktop client for the Matrix protocol.")
|
text: qsTr("Welcome to nheko! The desktop client for the Matrix protocol.")
|
||||||
color: palette.text
|
color: palette.text
|
||||||
font.pointSize: fontMetrics.font.pointSize*2
|
font.pointSize: fontMetrics.font.pointSize * 2
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
}
|
}
|
||||||
|
@ -39,7 +43,7 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: qsTr("Enjoy your stay!")
|
text: qsTr("Enjoy your stay!")
|
||||||
color: palette.text
|
color: palette.text
|
||||||
font.pointSize: fontMetrics.font.pointSize*1.5
|
font.pointSize: fontMetrics.font.pointSize * 1.5
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
}
|
}
|
||||||
|
@ -99,4 +103,5 @@ ColumnLayout {
|
||||||
Item {
|
Item {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue