Use larger toggles on ports tab.

10.3.x-maintenance
Dominic Clifton 2015-11-11 20:45:25 +00:00
parent a52e8816e4
commit a0acd86873
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
var select_e;
if (column != 'telemetry') {
var checkboxId = 'functionCheckbox-' + portIndex + '-' + columnIndex + '-' + i;
functions_e.prepend('<span class="function"><input type="checkbox" class="togglesmall" id="' + checkboxId + '" value="' + functionName + '" /><label for="' + checkboxId + '"> ' + functionRule.displayName + '</label></span>');
functions_e.prepend('<span class="function"><input type="checkbox" class="toggle" id="' + checkboxId + '" value="' + functionName + '" /><label for="' + checkboxId + '"> ' + functionRule.displayName + '</label></span>');
if (serialPort.functions.indexOf(functionName) >= 0) {
var checkbox_e = functions_e.find('#' + checkboxId);