mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 23:49:07 +02:00
Fix server card window scale
This commit is contained in:
parent
f53ce94b20
commit
f7389dc059
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ Window {
|
||||||
Window {
|
Window {
|
||||||
width: 750;
|
width: 750;
|
||||||
height: 500;
|
height: 500;
|
||||||
|
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;
|
||||||
id: storyCardHTML;
|
id: storyCardHTML;
|
||||||
|
|
Loading…
Reference in a new issue