mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:52:31 +02:00
larger story card
This commit is contained in:
parent
1dd255f9d8
commit
f877e65703
1 changed files with 2 additions and 3 deletions
|
@ -218,7 +218,7 @@ Window {
|
||||||
|
|
||||||
Window {
|
Window {
|
||||||
width: 750;
|
width: 750;
|
||||||
height: 360;
|
height: 500;
|
||||||
HifiControls.WebView {
|
HifiControls.WebView {
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
id: storyCardHTML;
|
id: storyCardHTML;
|
||||||
|
@ -230,9 +230,8 @@ Window {
|
||||||
pinnable: false;
|
pinnable: false;
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
verticalCenter: scroll.verticalCenter;
|
verticalCenter: backgroundImage.verticalCenter;
|
||||||
horizontalCenter: scroll.horizontalCenter;
|
horizontalCenter: scroll.horizontalCenter;
|
||||||
verticalCenterOffset: 50;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue