Merge pull request #8511 from howard-stearns/size-card-up

size activity card up
This commit is contained in:
Howard Stearns 2016-08-23 09:48:03 -07:00 committed by GitHub
commit 97c706f4cb

View file

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