Tk Source Code

View Ticket
Login
2001-04-26
03:43 Ticket [220133ffff] WinNT: buttons have too much padding status still Closed with 3 other changes artifact: 6bc42a9cdc user: dgp
2000-11-01
05:36 Closed ticket [220133ffff]. artifact: c7c553854a user: welch
2000-10-31
22:36 New ticket [220133ffff]. artifact: 665dd4e7a8 user: welch

Ticket UUID: 220133
Title: WinNT: buttons have too much padding
Type: Bug Version: obsolete: 8.0p2
Submitter: welch Created on: 2000-10-31 22:36:40
Subsystem: 03. [*button] and [label] Assigned To: nobody
Priority: 1 Zero Severity:
Status: Closed Last Modified: 2001-04-26 03:43:12
Resolution: Invalid Closed By: dgp
    Closed on: 2001-04-25 20:43:12
Description:
OriginalBugID: 1394 Bug
Version: 8.0p2
SubmitDate: '1999-03-02'
LastModified: '1999-08-07'
Severity: LOW
Status: Closed
Submitter: pat
ChangedBy: hobbs
OS: Windows NT
Machine: X86
ClosedDate: '1999-08-07'


Name:
John Wiersba

ReproducibleScript:
button .b -pady 0 -text high
pack .b

ObservedBehavior:
on WinNT (version 8.0 according to $tcl_patchLevel), when I set -pady to 0, the button still has a lot of padding above/below the text.

DesiredBehavior:
no padding at all when -pady is set to 0



The user needs to make use of -ipadx/-ipday as well. 
-- 08/07/1999 hobbs