changeset 551:39346de4912c

Changed /opts panel width
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Oct 2006 05:44:45 +0000
parents 206714c16bf2
children 914c0375ce8e
files ggrtf.tf
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf.tf	Mon Oct 30 05:27:45 2006 +0000
+++ b/ggrtf.tf	Mon Oct 30 05:44:45 2006 +0000
@@ -580,19 +580,19 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 /def -i prprints =\
 	/if ({1}!~"")\
-		/msw | $[prpadwith({1},18,".")]: $[pad({2},-54)] |%;\
+		/msw | $[prpadwith({1},18,".")]: $[pad({2},-47)] |%;\
 	/else \
-		/msw | $[pad("",-18)]: $[pad({2},-54)] |%;\
+		/msw | $[pad("",-18)]: $[pad({2},-47)] |%;\
 	/endif
 
 /def -i prprintl =\
-	/msw |$[prpadwith("",76,"-")]|
+	/msw |$[prpadwith("",69,"-")]|
 
 
 /def -i stats =\
 /msw ,------------------.%;\
 /msw | @{BCgreen}GgrTF@{n} @{Cyellow}Statistics@{n} |%;\
-/msw +------------------+---------------------------------------------------------.%;\
+/msw +------------------+--------------------------------------------------.%;\
 /test prprints("Gathered since", "$[ftime(fmt_date,cnt_date)]")%;\
 /prprintl%;\
 /test prprints("Spells", "%{cnt_casts} casts total, %{cnt_scasts} successful.")%;\
@@ -607,7 +607,7 @@
 /test prprints("  uncompleted", "%{cnt_fskills} fail, %{cnt_iskills} intr, %{cnt_fuskills} fumbled.")%;\
 /test prprints("  time spent", "$[prgettime(cnt_sktime)] ($[prround(cnt_sktime,2)]s) total, $[prstdiv(cnt_sktime,cnt_sskills)]s/skill")%;\
 /prexecfuncs %{lst_stats_skill}%;\
-/msw `----------------------------------------------------------------------------'
+/msw `---------------------------------------------------------------------'
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;