''[MGS]'' - Dynamically changing the [tk scaling] value does not seem to affect existing widgets or fonts. However, you can 'update' named fonts by doing: foreach font [font names] { eval [linsert [font actual $font] 0 font configure $font] } ---- [Category GUI]