summaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/PageView.qml9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/qml/PageView.qml b/src/qml/PageView.qml
index 0a73ac0..b78feaa 100644
--- a/src/qml/PageView.qml
+++ b/src/qml/PageView.qml
@@ -257,13 +257,12 @@ Rectangle {
color: "white"
Image {
id: placeholder
- anchors {
- verticalCenterOffset: -toolBarSize
- centerIn: parent
- }
+ y: placeholder.height - navigation.y
+ anchors.horizontalCenter: parent.horizontalCenter
source: "qrc:///icon"
}
Text {
+ id: label
anchors {
top: placeholder.bottom
topMargin: 20
@@ -272,7 +271,7 @@ Rectangle {
font.family: defaultFontFamily
font.pixelSize: 28
color: uiColor
- text: "Qt Browser"
+ text: "Qt WebBrowser"
}
Behavior on opacity {