mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 04:28:07 +02:00
Merge pull request #8488 from howard-stearns/snapshot-review-size
decrease snapshot review dialog height
This commit is contained in:
commit
0a67fea6fe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function showFeedWindow() {
|
|||
|
||||
var outstanding;
|
||||
function confirmShare(data) {
|
||||
var dialog = new OverlayWebWindow('Snapshot Review', Script.resolvePath("html/SnapshotReview.html"), 800, 470);
|
||||
var dialog = new OverlayWebWindow('Snapshot Review', Script.resolvePath("html/SnapshotReview.html"), 800, 320);
|
||||
function onMessage(message) {
|
||||
// Receives message from the html dialog via the qwebchannel EventBridge. This is complicated by the following:
|
||||
// 1. Although we can send POJOs, we cannot receive a toplevel object. (Arrays of POJOs are fine, though.)
|
||||
|
|
Loading…
Reference in a new issue