diff options
Diffstat (limited to 'src/panel.inc')
-rw-r--r-- | src/panel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panel.inc b/src/panel.inc index 7511ca1..c559c23 100644 --- a/src/panel.inc +++ b/src/panel.inc @@ -8,7 +8,7 @@ % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % Some global vars. % -/panel.size { clip.size pop 48 } def +/panel.size { clip.size pop 24 } def /panel.y { clip.size exch pop panel.size exch pop sub 5 sub } def /panel.text.y { panel.y 5 add } def /panel.text.Fy 0 def |