Merge pull request #8492 from howard-stearns/larger-story-card

larger story card
This commit is contained in:
Howard Stearns 2016-08-22 09:30:20 -07:00 committed by GitHub
commit b3623da772

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