larger story card

This commit is contained in:
Howard Stearns 2016-08-20 10:45:02 -07:00
parent 1dd255f9d8
commit f877e65703

View file

@ -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;
} }
} }
} }