preset_sel.css,ui.cfg : Alt. functionality UI changes.
This commit is contained in:
parent
5913cfe8e1
commit
c945e39a3b
@ -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;
|
||||||
|
}
|
||||||
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user