From c945e39a3b2690b7fb24702bf2cfc403359f2269 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 3 Dec 2023 11:26:30 -0500 Subject: [PATCH] preset_sel.css,ui.cfg : Alt. functionality UI changes. --- html/preset_sel/css/preset_sel.css | 12 +++++++----- html/preset_sel/ui.cfg | 4 +++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/html/preset_sel/css/preset_sel.css b/html/preset_sel/css/preset_sel.css index 993ecee..5ae227f 100644 --- a/html/preset_sel/css/preset_sel.css +++ b/html/preset_sel/css/preset_sel.css @@ -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; +} diff --git a/html/preset_sel/ui.cfg b/html/preset_sel/ui.cfg index 758d625..0b8d47c 100644 --- a/html/preset_sel/ui.cfg +++ b/html/preset_sel/ui.cfg @@ -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" }, } - + } } },