Groups | Search | Server Info | Login | Register


Groups > comp.lang.tcl > #55618

Re: Change padding with awthemes

From meshparts <alexandru.dadalau@meshparts.de>
Newsgroups comp.lang.tcl
Subject Re: Change padding with awthemes
Date 2026-03-23 14:52 +0100
Message-ID <10prgjk$h02d$2@tota-refugium.de> (permalink)
References <10pjem4$81fu$1@tota-refugium.de> <10pl7ro$268vi$1@dont-email.me>

Show all headers | View raw


Am 21.03.2026 um 05:46 schrieb et99:
> 
> I think you want -padding {list} for ttk::button it's one of those 
> inherited options not mentioned directly in the ttk::button section, but 
> is mentioned as a styling option down below. It turns out you can set 
> the value for either just the widget (on creation or configure) or the 
> entire widget class using the style commands.

I could solve the issue by

ttk::style configure Toolbutton -padding {2 2}

Somehow the awthemes have are having a small incompatibility with -style 
Toolbutton.


Back to comp.lang.tcl | Previous | NextPrevious in thread | Find similar


Thread

Change padding with awthemes meshparts <alexandru.dadalau@meshparts.de> - 2026-03-20 13:30 +0100
  Re: Change padding with awthemes et99 <et99@rocketship1.me> - 2026-03-20 21:46 -0700
    Re: Change padding with awthemes et99 <et99@rocketship1.me> - 2026-03-21 13:54 -0700
      Re: Change padding with awthemes meshparts <alexandru.dadalau@meshparts.de> - 2026-03-23 14:51 +0100
    Re: Change padding with awthemes meshparts <alexandru.dadalau@meshparts.de> - 2026-03-23 14:52 +0100

csiph-web