preset_sel.css,ui.cfg : Alt. functionality UI changes.
This commit is contained in:
parent
5913cfe8e1
commit
c945e39a3b
@ -40,12 +40,10 @@
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
/*
|
||||
.uiCheckDiv,.uiStringDiv,.uiNumberDiv label {
|
||||
border: 1px solid black;
|
||||
width: 100px;
|
||||
.fragPresetCtl .uiString {
|
||||
border: 1px solid LightSteelBlue;
|
||||
width: 80%;
|
||||
}
|
||||
*/
|
||||
|
||||
.fragNote {
|
||||
width: 575px;
|
||||
@ -55,3 +53,7 @@
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.velTunerPanel {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
button:{ name: saveBtnId, title:"Save" },
|
||||
|
||||
select:{ name: perfSelId, title:"Load",children: {} },
|
||||
select:{ name: altSelId, title:"Alternatives",children: {} },
|
||||
|
||||
},
|
||||
|
||||
@ -117,6 +118,7 @@
|
||||
log: { name: logId, title:"Log" }
|
||||
},
|
||||
|
||||
panel: { addClassName: velTunerPanel
|
||||
row: {
|
||||
|
||||
|
||||
@ -193,7 +195,7 @@
|
||||
string: { name: vtNameStrId, title:"Name"},
|
||||
str_disp: { name: vtStatusId, title:"Status" },
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user