rep: rotated idx label

master
Rob Pilling 2023-05-25 23:21:04 +01:00
parent 2440613de1
commit d913368ff1
1 changed files with 18 additions and 13 deletions

View File

@ -75,11 +75,8 @@ const layout = new Layout({
type: "v",
c: [
{
id: "repIdx",
type: "txt",
label: "Begin",
font: `Vector:${fontSzRepDesc}`,
},
type: "h",
c: [
{
id: "duration",
lazyBuster: 1,
@ -89,6 +86,14 @@ const layout = new Layout({
filly: 1,
render: renderDuration,
},
{
id: "repIdx",
type: "txt",
font: "6x8",
r: Rotation.Deg90,
},
]
},
{
type: "txt",
font: `Vector:${fontSzRepDesc}`,