Skip to content

Commit

Permalink
better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Jul 12, 2024
1 parent edd1547 commit 729bc21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/labjack/collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ LblRbkTemplate: !Template:lbl_rbk
padding: 10

children:
- !Text { geometry: 150x20, text: "{TITLE}" }
- !Text { geometry: 150x20, alignment: Right, text: "{TITLE}" }
- !TextMonitor
<<: *FixedFeedback
pv: "$(P){PV}"
Expand Down
9 changes: 5 additions & 4 deletions templates/labjack/layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,19 @@ IO: !hflow

- !hcenter:hflow
geometry: 0x2 x 0x0
padding: 5
padding: 15

children:
- !Text { geometry: 70x20, text: "CIO 0-3" }
children:
- !Spacer { geometry: 10x0 }
- !Text { geometry: 70x20, alignment: Right, text: "CIO 0-3" }
- !TextMonitor
<<: *editable
geometry: 80x20
pv: "$(P)CIOIn"

- !Spacer { geometry: 10x0 }

- !Text { geometry: 90x20, text: "MIO 0-2" }
- !Text { geometry: 90x20, alignment: Right, text: "MIO 0-2" }
- !TextMonitor
geometry: 80x20
<<: *editable
Expand Down

0 comments on commit 729bc21

Please sign in to comment.