Scale the activity card back up to match the window being scaled down, so

that it covers the address bar.
This commit is contained in:
howard-stearns 2016-08-23 09:44:28 -07:00
parent 7a9e832959
commit 7601876641

View file

@ -217,8 +217,8 @@ Window {
} }
Window { Window {
width: 750; width: 938;
height: 500; height: 625;
scale: 0.8 // Reset scale of Window to 1.0 (counteract address bar's scale value of 1.25) scale: 0.8 // Reset scale of Window to 1.0 (counteract address bar's scale value of 1.25)
HifiControls.WebView { HifiControls.WebView {
anchors.fill: parent; anchors.fill: parent;