Python Forum
[Tkinter] Text Button - How Do I Reduce The Margin?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Text Button - How Do I Reduce The Margin?
#5
The width option doesn't work.

Here's my code:
b = Button(tkt, height=1, width=1, text='J', command=tkt.destroy, bg='#DEDEFF', fg="green")

Earlier in my script, I put:
# define font
myFont = font.Font(family='Helvetica', size=20, weight='bold')


The problem is that when I change the font size in myFont,
it keeps adjusting all the margins in the Button function.

I'll try the "grid" option later today.

Thanks, everyone, for the tips.

Actually, the width margins are ok.
It's the height margins which are an issue.

Using the grid didn't work.
Reply


Messages In This Thread
RE: Text Button - How Do I Reduce The Margin? - by vman44 - Apr-25-2020, 10:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Button to +1 in text box everytime it's clicked martyloo 1 331 May-01-2024, 02:32 PM
Last Post: Axel_Erfurt
  Can't change the colour of Tk button text Pilover 6 15,016 Nov-15-2022, 10:11 PM
Last Post: woooee
  [Tkinter] Make my button text update? Skata100 1 2,082 Aug-07-2021, 05:37 AM
Last Post: deanhystad
  Tkinter reduce OptionMenu height euras 2 4,754 May-25-2021, 09:14 PM
Last Post: euras
  Updating button text based upon different variable values knoxvilles_joker 0 2,274 Apr-18-2021, 04:13 AM
Last Post: knoxvilles_joker
  tkinter | Button color text on Click Maryan 2 3,445 Oct-09-2020, 08:56 PM
Last Post: Maryan
  How to make button text bold in Tkinter? scratchmyhead 2 12,229 May-16-2020, 02:53 AM
Last Post: scratchmyhead
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,080 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  Text after push button chano 13 5,524 Jul-05-2019, 03:10 PM
Last Post: Yoriz
  [Tkinter] how do i add a margin to a Listbox DT2000 27 18,276 May-14-2019, 04:07 AM
Last Post: DT2000

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020