make size of CALC 40 instead of 36
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user