|
2019-03-29
| ||
| 22:13 | • Ticket [7cab449135] TLabel and -padding option status still Closed with 5 other changes artifact: 536c89b0c8 user: fvogel | |
| 11:04 | • Closed ticket [7cab449135]. artifact: 7554128e30 user: marc_culler | |
| 05:12 | • Ticket [7cab449135]: 3 changes artifact: be6ece23ea user: nab | |
| 02:12 | • Ticket [7cab449135]: 5 changes artifact: 343c566102 user: marc_culler | |
|
2019-03-27
| ||
| 05:20 | • New ticket [7cab449135]. artifact: 476301b646 user: nab | |
| 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.
| |||