mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
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:
parent
7a9e832959
commit
7601876641
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue