Merge pull request #8509 from ctrlaltdavid/discovery

Fix server card window scale
This commit is contained in:
Howard Stearns 2016-08-22 21:35:07 -07:00 committed by GitHub
commit 7a9e832959

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;