Precached images. ToobTuner. key additions.

This commit is contained in:
Robin Davies
2022-02-23 04:29:21 -05:00
parent ac51296782
commit f677b8b608
24 changed files with 589 additions and 137 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function makeControls(controls: UiControl[]) {
<Grid container direction="row" justifyContent="flex-start" alignItems="flex-start" spacing={1} style={{ paddingLeft: "24px" }}>
{
controls.map((control) => (
<Grid item spacing={2} xs={6} sm={4} key={control.symbol} >
<Grid xs={6} sm={4} key={control.symbol} >
<Typography variant="body2">
{control.name}
</Typography>