> On 14 Maj, 02:02, Michael <chun.
@evolving.com> wrote:
> > Hi,
> > Is it possible to make the size of the text in the ttk:button bigger?
> > I've tried setting the global font size but only makes the label texts
> > size bigger.
> > option add *font "Helvetica 20"
> > M.
> style configure Big.TButton -font {Helvetica 60}
> toplevel .t
> pack [ttk::button .t.t -style Big.TButton -text "Tile Rocks!"]
> /Mats
Thanks Mats, is working nicely. M.