mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Increase default renderstats window size
This commit is contained in:
parent
5007c9bd4c
commit
e4233f87ec
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ var qml = Script.resolvePath('stats.qml');
|
||||||
var window = new OverlayWindow({
|
var window = new OverlayWindow({
|
||||||
title: 'Render Stats',
|
title: 'Render Stats',
|
||||||
source: qml,
|
source: qml,
|
||||||
width: 300,
|
width: 320,
|
||||||
height: 200
|
height: 720
|
||||||
});
|
});
|
||||||
window.setPosition(500, 50);
|
window.setPosition(500, 50);
|
||||||
window.closed.connect(function() { Script.stop(); });
|
window.closed.connect(function() { Script.stop(); });
|
Loading…
Reference in a new issue