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