mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 11:50:39 +02:00
Spacing and better size for HMD pictures.
This commit is contained in:
parent
df0ceb17e8
commit
ae9af88db2
2 changed files with 6 additions and 4 deletions
|
@ -35,11 +35,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.snapsection{
|
.snapsection{
|
||||||
width:95% !important;
|
width:95% !important;
|
||||||
padding-right:0px;
|
padding-right:0px;
|
||||||
|
}
|
||||||
|
div#sharing {
|
||||||
|
margin-top:50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.clear { clear: both; }
|
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
||||||
<script type="text/javascript" src="js/eventBridgeLoader.js"></script>
|
<script type="text/javascript" src="js/eventBridgeLoader.js"></script>
|
||||||
|
|
|
@ -21,7 +21,7 @@ var button = toolBar.addButton({
|
||||||
});
|
});
|
||||||
|
|
||||||
function confirmShare(data) {
|
function confirmShare(data) {
|
||||||
var dialog = new OverlayWebWindow('Snapshot', Script.resolvePath("html/ShareSnapshot.html"), 800, 300);
|
var dialog = new OverlayWebWindow('Snapshot', Script.resolvePath("html/ShareSnapshot.html"), 800, 470);
|
||||||
function onMessage(message) {
|
function onMessage(message) {
|
||||||
if (message == 'ready') { // The window can now receive data from us.
|
if (message == 'ready') { // The window can now receive data from us.
|
||||||
dialog.emitScriptEvent(data); // Send it.
|
dialog.emitScriptEvent(data); // Send it.
|
||||||
|
|
Loading…
Reference in a new issue