relax video memory size limits

This commit is contained in:
copy 2014-07-12 20:21:28 +02:00
parent 4c599640b4
commit a76528ded7
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
<tr>
<td>Video Memory size</td>
<td>
<input id="video_memory_size" type="number" value="8" min="1" max="16" step="1"> MB<br>
<input id="video_memory_size" type="number" value="8" min="1" max="128" step="1"> MB<br>
</td>
</tr>

View file

@ -64,7 +64,7 @@
<tr>
<td>Video Memory size</td>
<td>
<input id="video_memory_size" type="number" value="8" min="1" max="16" step="1"> MB<br>
<input id="video_memory_size" type="number" value="8" min="1" max="128" step="1"> MB<br>
</td>
</tr>