mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
Merge pull request #8492 from howard-stearns/larger-story-card
larger story card
This commit is contained in:
commit
b3623da772
1 changed files with 2 additions and 3 deletions
|
@ -218,7 +218,7 @@ Window {
|
|||
|
||||
Window {
|
||||
width: 750;
|
||||
height: 360;
|
||||
height: 500;
|
||||
HifiControls.WebView {
|
||||
anchors.fill: parent;
|
||||
id: storyCardHTML;
|
||||
|
@ -230,9 +230,8 @@ Window {
|
|||
pinnable: false;
|
||||
|
||||
anchors {
|
||||
verticalCenter: scroll.verticalCenter;
|
||||
verticalCenter: backgroundImage.verticalCenter;
|
||||
horizontalCenter: scroll.horizontalCenter;
|
||||
verticalCenterOffset: 50;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue