| Ticket UUID: | 7cab4491356d9e502768be773f5b9b51ad86a39a | |||
| Title: | TLabel and -padding option | |||
| Type: | Bug | Version: | ||
| Submitter: | nab | Created on: | 2019-03-27 05:20:23 | |
| Subsystem: | (unused) | Assigned To: | nobody | |
| Priority: | 5 Medium | Severity: | Minor | |
| Status: | Closed | Last Modified: | 2019-03-29 22:13:14 | |
| Resolution: | Invalid | Closed By: | fvogel | |
| Closed on: | 2019-03-29 22:13:14 | |||
| Description: |
Hi Marc, I use (quite a lot) Csaba's Tablelist which use -padding option for TLabel but for now, the bugfix branch says: unknown option "-padding" ++ Nicolas | |||
| User Comments: |
nab added on 2019-03-29 05:12:42:
Hi Marc, indeed it works, it's an issue with tablelist (a little one...) so you can close this ticket :) thank you, ++ marc_culler (claiming to be Marc Culler) added on 2019-03-29 02:12:25: I don't know about the Tablelist extension, but Tk itself accepts that option
with no complaints (using the tip of bug-0d63621b6c):
% ttk::label .l -text "Hello world" -padding {10 20 30 40}
.l
% pack .l
The result is a label with different amounts of padding on each side.
| |||