mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 01:13:32 +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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue