Help screen wider, not as tall

Due to adding extra shortcuts to Help screen, it needs to be bigger to
accomodate this info
This commit is contained in:
Matt Pass
2013-02-26 16:30:56 +00:00
parent f362a83cfa
commit e5a1a10101

View File

@@ -1357,7 +1357,7 @@ var ICEcoder = {
// Show the help screen
helpScreen: function() {
top.document.getElementById('mediaContainer').innerHTML = '<iframe src="lib/help.php" class="whiteGlow" style="width: 400px; height: 555px"></iframe>';
top.document.getElementById('mediaContainer').innerHTML = '<iframe src="lib/help.php" class="whiteGlow" style="width: 800px; height: 440px"></iframe>';
top.ICEcoder.showHide('show',top.document.getElementById('blackMask'));
},