Spacing and better size for HMD pictures.

This commit is contained in:
howard-stearns 2016-08-12 11:28:35 -07:00
parent df0ceb17e8
commit ae9af88db2
2 changed files with 6 additions and 4 deletions

View file

@ -35,11 +35,13 @@
}
.snapsection{
width:95% !important;
padding-right:0px;
width:95% !important;
padding-right:0px;
}
div#sharing {
margin-top:50px;
}
div.clear { clear: both; }
</style>
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
<script type="text/javascript" src="js/eventBridgeLoader.js"></script>

View file

@ -21,7 +21,7 @@ var button = toolBar.addButton({
});
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) {
if (message == 'ready') { // The window can now receive data from us.
dialog.emitScriptEvent(data); // Send it.