Re: [PATCH v2 3/6] gitk: show color preferences on the button instead of the label
Mark Levedahl <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/26 9:16 AM, Johannes Sixt via GitGitGadget wrote:
> - label $page.$uielem -padx 40 -relief sunk
> - ttk::button $page.${uielem}btn -text $label \
> + ttk::label $page.$uielem -text $label
> + button $page.${uielem}btn -padx 40 -pady 0 -borderwidth 2 \
> -command [list choosecolor $colorvar $idx $page $title]
>
This does make the new buttons stand out much better. Good.
Mark