Set taller help screen for extra shortcuts

This commit is contained in:
Matt Pass
2019-10-15 19:46:52 +01:00
committed by GitHub
parent d6d8100c3c
commit 8dd67f0dae

View File

@@ -3253,7 +3253,7 @@ var ICEcoder = {
// Show the help screen
helpScreen: function() {
top.get('mediaContainer').innerHTML = '<iframe src="lib/help.php" class="whiteGlow" style="width: 840px; height: 465px"></iframe>';
top.get('mediaContainer').innerHTML = '<iframe src="lib/help.php" class="whiteGlow" style="width: 840px; height: 485px"></iframe>';
top.ICEcoder.showHide('show',top.get('blackMask'));
},