html/preset_sel : Update UI to remove half-pedal ctl panel and minor CSS fixes
This commit is contained in:
parent
92af6e4110
commit
1d9f2e28e2
@ -21,6 +21,12 @@
|
|||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fragPanelRow {
|
||||||
|
padding-right: 15px;
|
||||||
|
padding-left: 15px;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
.fragPresetCtl {
|
.fragPresetCtl {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
button:{ name: deleteBtnId, title:"Delete", enable: false },
|
button:{ name: deleteBtnId, title:"Delete", enable: false },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
row: {
|
row: {
|
||||||
number:{ name: halfPedalDelayMsId, title:"DelayMs:", min:0, max:5000, step:1, decpl:0 },
|
number:{ name: halfPedalDelayMsId, title:"DelayMs:", min:0, max:5000, step:1, decpl:0 },
|
||||||
number:{ name: halfPedalPedalVelId, title:"PVel:", min:0, max:127, step:1, decpl:0 },
|
number:{ name: halfPedalPedalVelId, title:"PVel:", min:0, max:127, step:1, decpl:0 },
|
||||||
@ -57,6 +58,7 @@
|
|||||||
number:{ name: halfPedalDurMsId, title:"DurMs:", min:0, max:5000, step:1, decpl:0 },
|
number:{ name: halfPedalDurMsId, title:"DurMs:", min:0, max:5000, step:1, decpl:0 },
|
||||||
number:{ name: halfPedalDnDelayMsId, title:"DownMs:", min:0, max:5000, step:1, decpl:0 },
|
number:{ name: halfPedalDnDelayMsId, title:"DownMs:", min:0, max:5000, step:1, decpl:0 },
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
|
|
||||||
row: {
|
row: {
|
||||||
str_disp:{ name: statusId, title:"Status:", value: "" },
|
str_disp:{ name: statusId, title:"Status:", value: "" },
|
||||||
|
Loading…
Reference in New Issue
Block a user