Skip to content

Commit

Permalink
Merge pull request #30 from epics-modules/29-userCalcs_line-ON-and-PU…
Browse files Browse the repository at this point in the history
…T-boxes

adjust text widget box height
  • Loading branch information
MarkRivers authored Jan 3, 2024
2 parents 132daf1 + eae9ac8 commit c9f7cc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions calcApp/op/adl/userCalcs_line.adl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ text {
x=195
y=10
width=20
height=10
height=9
}
"basic attribute" {
clr=14
Expand All @@ -174,7 +174,7 @@ text {
x=195
y=0
width=20
height=10
height=9
}
"basic attribute" {
clr=14
Expand Down
9 changes: 5 additions & 4 deletions calcApp/op/bob/autoconvert/userCalcs_line.bob
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2024-01-03 12:56:24 by prjemian-->
<display version="2.0.0">
<name>userCalcs_line</name>
<x>1446</x>
Expand Down Expand Up @@ -107,9 +108,9 @@
<x>195</x>
<y>10</y>
<width>20</width>
<height>10</height>
<height>9</height>
<font>
<font family="Liberation Sans" style="REGULAR" size="10.0">
<font family="Liberation Sans" style="REGULAR" size="9.0">
</font>
</font>
<auto_size>true</auto_size>
Expand All @@ -127,9 +128,9 @@
<text>ON</text>
<x>195</x>
<width>20</width>
<height>10</height>
<height>9</height>
<font>
<font family="Liberation Sans" style="REGULAR" size="10.0">
<font family="Liberation Sans" style="REGULAR" size="9.0">
</font>
</font>
<auto_size>true</auto_size>
Expand Down

0 comments on commit c9f7cc7

Please sign in to comment.