rep: better drawing of rep index
parent
9f9a33d963
commit
1fb88b5059
|
|
@ -21,7 +21,8 @@ const reps: Rep[] = (require("Storage")
|
||||||
return r as Rep;
|
return r as Rep;
|
||||||
}) as any);
|
}) as any);
|
||||||
|
|
||||||
const fontSzMain = 64;
|
const fontSzMain = 54;
|
||||||
|
const fontScaleRep = 2;
|
||||||
const fontSzRep = 20;
|
const fontSzRep = 20;
|
||||||
const fontSzRepDesc = 12;
|
const fontSzRepDesc = 12;
|
||||||
const blue = "#86caf7";
|
const blue = "#86caf7";
|
||||||
|
|
@ -89,7 +90,7 @@ const layout = new L({
|
||||||
{
|
{
|
||||||
id: "repIdx",
|
id: "repIdx",
|
||||||
type: "txt",
|
type: "txt",
|
||||||
font: "6x8",
|
font: `6x8:${fontScaleRep}`,
|
||||||
label: "---",
|
label: "---",
|
||||||
r: Layout.Rotation.Deg90,
|
r: Layout.Rotation.Deg90,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue