CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

CTkButton text alignment

Open austrianadrian opened this issue 2 years ago • 4 comments

Hi there! is there a solution, if I want to set the text and image alignment in the button on the left or right side ?

austrianadrian avatar Aug 09 '22 19:08 austrianadrian

Yes, in order to place the image on right or left you can use the argument compound="right"/"left"

TheFallen-Cat avatar Aug 10 '22 11:08 TheFallen-Cat

ok.. sorry.. I didn't mean the compound.. I mean the "justify" or "alignment" of both elements in the button element.. example: Situation now: space Image space TEXT space

what I want: NO SPACE image space TEXT space| the alignment of both should be on the left.. or right..

austrianadrian avatar Aug 10 '22 11:08 austrianadrian

Bildschirmfoto 2022-08-10 um 13 36 38

austrianadrian avatar Aug 10 '22 11:08 austrianadrian

so there is my optic problem...

austrianadrian avatar Aug 10 '22 11:08 austrianadrian

Ok, so you want the images to stick to the left side, no matter how long the text is?

TheFallen-Cat avatar Aug 10 '22 16:08 TheFallen-Cat

the images and the text .. like the following picture..

austrianadrian avatar Aug 10 '22 16:08 austrianadrian

Bildschirmfoto 2022-08-10 um 18 43 30

austrianadrian avatar Aug 10 '22 16:08 austrianadrian

I will add this feature next week when I have time!

austrianadrian @.***> schrieb am Mi., 10. Aug. 2022 18:46:

[image: Bildschirmfoto 2022-08-10 um 18 43 30] https://user-images.githubusercontent.com/110934483/183966955-469c6d29-1522-4cdd-9a25-240f2f49b720.png

— Reply to this email directly, view it on GitHub https://github.com/TomSchimansky/CustomTkinter/issues/376#issuecomment-1210979630, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP26F4YMOQY7KCFCJYBZ2OTVYPMGBANCNFSM56B34WWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TomSchimansky avatar Aug 11 '22 20:08 TomSchimansky

😍

austrianadrian avatar Aug 12 '22 00:08 austrianadrian

Duplicate of https://github.com/TomSchimansky/CustomTkinter/issues/164

TomSchimansky avatar Aug 16 '22 18:08 TomSchimansky