Fixed spaces with tabs to correct alignments.

This commit is contained in:
h6w 2019-05-09 23:35:41 +10:00 committed by GitHub
parent a8044b7771
commit 36e4681796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -81,15 +81,15 @@
<input type='text' class='vboxText' name='vboxSettingsGeneralSnapshotFolder' /><input type="button" class="vboxImgButton" style="background-image: url(images/vbox/select_file_16px.png)"
onClick="vboxSnapshotBrowseFolder(this);" />
</td>
</tr>
<tr id='vboxSettingsClipboardMode' class='vboxRunningEnabled'>
</tr>
<tr id='vboxSettingsClipboardMode' class='vboxRunningEnabled'>
<th style='text-align:right'><span class='translate'>Shared Clipboard:</span></th>
<td><select name='vboxSettingsClipboardMode' style="width: 150px">
<option value='Disabled'>Disabled</option>
<option value='HostToGuest'>Host to Guest</option>
<option value='GuestToHost'>Guest to Host</option>
<option value='Bidirectional'>Bidirectional</option>
</select>
<option value='GuestToHost'>Guest to Host</option>
<option value='Bidirectional'>Bidirectional</option>
</select>
</td>
</tr>
</table>