make size of CALC 40 instead of 36

This commit is contained in:
Marty Kraimer
2004-02-10 15:15:37 +00:00
parent 5f2e18a009
commit 0b2771c5f4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ recordtype(calcout) {
promptgroup(GUI_CALC)
special(SPC_CALC)
pp(TRUE)
size(36)
size(40)
}
field(CLCV,DBF_LONG) {
prompt("CALC Valid")
@@ -328,7 +328,7 @@ recordtype(calcout) {
promptgroup(GUI_CALC)
special(SPC_CALC)
pp(TRUE)
size(36)
size(40)
}
field(OCLV,DBF_LONG) {
prompt("OCAL Valid")
+1 -1
View File
@@ -427,7 +427,7 @@ recordtype(wait) {
promptgroup(GUI_CLOCK)
asl(ASL0)
special(SPC_CALC)
size(36)
size(40)
}
field(RPCL,DBF_NOACCESS) {
prompt("Reverse Polish Calc")