Fix server card window scale

This commit is contained in:
David Rowe 2016-08-23 16:28:32 +12:00
parent f53ce94b20
commit f7389dc059

View file

@ -219,6 +219,7 @@ Window {
Window {
width: 750;
height: 500;
scale: 0.8 // Reset scale of Window to 1.0 (counteract address bar's scale value of 1.25)
HifiControls.WebView {
anchors.fill: parent;
id: storyCardHTML;