From 1d09f7646f8e7005158de5b3af78cff0031f39dc Mon Sep 17 00:00:00 2001 From: Gerhard Kitzler Date: Thu, 10 Nov 2016 10:40:21 +0100 Subject: [PATCH] removed tix from menustat.tcl --- ng/menustat.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng/menustat.tcl b/ng/menustat.tcl index 847658c0..fa840011 100644 --- a/ng/menustat.tcl +++ b/ng/menustat.tcl @@ -973,8 +973,8 @@ pack .statbar.selslabel .statbar.selsval -side left -ipady 3p # } -tixMeter .statbar.per -value 0 -text 0% -#ttk::progressbar .statbar.per -value 0 +#tixMeter .statbar.per -value 0 -text 0% +ttk::progressbar .statbar.per -value 0 -maximum 1 #.statbar.per configure -fillcolor blue pack .statbar.per -side right