mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Merge pull request #8511 from howard-stearns/size-card-up
size activity card up
This commit is contained in:
commit
97c706f4cb
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