preset_sel.css,ui.cfg : Alt. functionality UI changes.

This commit is contained in:
kevin 2023-12-03 11:26:30 -05:00
parent 5913cfe8e1
commit c945e39a3b
2 changed files with 10 additions and 6 deletions

View File

@ -40,12 +40,10 @@
width: 80%; width: 80%;
} }
/* .fragPresetCtl .uiString {
.uiCheckDiv,.uiStringDiv,.uiNumberDiv label { border: 1px solid LightSteelBlue;
border: 1px solid black; width: 80%;
width: 100px;
} }
*/
.fragNote { .fragNote {
width: 575px; width: 575px;
@ -55,3 +53,7 @@
padding-bottom: 5px; padding-bottom: 5px;
padding-top: 5px; padding-top: 5px;
} }
.velTunerPanel {
border: 1px solid black;
}

View File

@ -15,6 +15,7 @@
button:{ name: saveBtnId, title:"Save" }, button:{ name: saveBtnId, title:"Save" },
select:{ name: perfSelId, title:"Load",children: {} }, select:{ name: perfSelId, title:"Load",children: {} },
select:{ name: altSelId, title:"Alternatives",children: {} },
}, },
@ -117,6 +118,7 @@
log: { name: logId, title:"Log" } log: { name: logId, title:"Log" }
}, },
panel: { addClassName: velTunerPanel
row: { row: {
@ -193,7 +195,7 @@
string: { name: vtNameStrId, title:"Name"}, string: { name: vtNameStrId, title:"Name"},
str_disp: { name: vtStatusId, title:"Status" }, str_disp: { name: vtStatusId, title:"Status" },
} }
}
} }
}, },