slight resize in pin text size for better look. top frame in insert text dialog does not extend vertically.
This commit is contained in:
parent
0ce6f6ba5d
commit
b006c82bad
|
|
@ -1565,7 +1565,7 @@ proc enter_text {textlabel {preserve_disabled disabled}} {
|
||||||
.t.txt delete 1.0 end
|
.t.txt delete 1.0 end
|
||||||
.t.txt insert 1.0 $retval
|
.t.txt insert 1.0 $retval
|
||||||
checkbutton .t.f1.l1 -text "preserve unchanged props" -variable preserve_unchanged_attrs -state $preserve_disabled
|
checkbutton .t.f1.l1 -text "preserve unchanged props" -variable preserve_unchanged_attrs -state $preserve_disabled
|
||||||
pack .t.f1 -side top -fill x -expand yes
|
pack .t.f1 -side top -fill x ;# -expand yes
|
||||||
pack .t.f1.l1 -side left
|
pack .t.f1.l1 -side left
|
||||||
pack .t.f1.txtlab -side left -expand yes -fill x
|
pack .t.f1.txtlab -side left -expand yes -fill x
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ S {}
|
||||||
E {}
|
E {}
|
||||||
B 5 -0.0098 -0.009765619999999999 0.0098 0.009765619999999999 {name=p dir=inout}
|
B 5 -0.0098 -0.009765619999999999 0.0098 0.009765619999999999 {name=p dir=inout}
|
||||||
P 5 7 0 0 5.625 -4.84375 10.7812 -4.84375 16.4062 -0 10.7812 4.84375 5.625 4.84375 -0 0 {fill=true}
|
P 5 7 0 0 5.625 -4.84375 10.7812 -4.84375 16.4062 -0 10.7812 4.84375 5.625 4.84375 -0 0 {fill=true}
|
||||||
T {@lab} 19.8438 -8.75 0 0 0.4 0.33 {}
|
T {@lab} 19.8438 -8.75 0 0 0.33 0.33 {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
v {xschem version=2.9.5_RC5 file_version=1.1}
|
v {xschem version=2.9.8 file_version=1.2}
|
||||||
G {type=ipin
|
G {}
|
||||||
|
K {type=ipin
|
||||||
format="*.ipin @lab"
|
format="*.ipin @lab"
|
||||||
template="name=p1 lab=xxx"
|
template="name=p1 lab=xxx"
|
||||||
}
|
}
|
||||||
|
|
@ -8,4 +9,4 @@ S {}
|
||||||
E {}
|
E {}
|
||||||
B 5 -0.009765619999999999 -0.009765619999999999 0.009765619999999999 0.009765619999999999 {name=p dir=out}
|
B 5 -0.009765619999999999 -0.009765619999999999 0.009765619999999999 0.009765619999999999 {name=p dir=out}
|
||||||
P 5 6 -0 -0 -6.25 -5 -14.375 -5 -14.375 5 -6.25 5 0 0 {fill=true}
|
P 5 6 -0 -0 -6.25 -5 -14.375 -5 -14.375 5 -6.25 5 0 0 {fill=true}
|
||||||
T {@lab} -18.75 -8.75 0 1 0.4 0.33 {}
|
T {@lab} -18.75 -8.75 0 1 0.33 0.33 {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
v {xschem version=2.9.5_RC5 file_version=1.1}
|
v {xschem version=2.9.8 file_version=1.2}
|
||||||
G {type=opin
|
G {}
|
||||||
|
K {type=opin
|
||||||
format="*.opin @lab"
|
format="*.opin @lab"
|
||||||
template="name=p1 lab=xxx"
|
template="name=p1 lab=xxx"
|
||||||
}
|
}
|
||||||
|
|
@ -8,4 +9,4 @@ S {}
|
||||||
E {}
|
E {}
|
||||||
B 5 -0.009765619999999999 -0.009765619999999999 0.009765619999999999 0.009765619999999999 {name=p dir=in}
|
B 5 -0.009765619999999999 -0.009765619999999999 0.009765619999999999 0.009765619999999999 {name=p dir=in}
|
||||||
P 5 6 -0 -5 0 5 8.125 5 14.375 0 8.125 -5 -0 -5 {fill=true}
|
P 5 6 -0 -5 0 5 8.125 5 14.375 0 8.125 -5 -0 -5 {fill=true}
|
||||||
T {@lab} 20 -8.75 0 0 0.4 0.33 {}
|
T {@lab} 20 -8.75 0 0 0.33 0.33 {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
v {xschem version=2.9.5 file_version=1.1}
|
v {xschem version=2.9.8 file_version=1.2}
|
||||||
G {}
|
G {}
|
||||||
|
K {}
|
||||||
V {}
|
V {}
|
||||||
S {}
|
S {}
|
||||||
E {}
|
E {}
|
||||||
|
|
@ -214,7 +215,7 @@ value="* .option SCALE=1e-6
|
||||||
reset
|
reset
|
||||||
set appendwrite
|
set appendwrite
|
||||||
end
|
end
|
||||||
save saout cal i(vvcc) en plus minus
|
save saout cal i(vvcc) en plus minus saoutf outdiff
|
||||||
tran 0.1n 900n uic
|
tran 0.1n 900n uic
|
||||||
write autozero_comp.raw
|
write autozero_comp.raw
|
||||||
let run = run + 1
|
let run = run + 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue