Replies: 2 comments 2 replies
-
Currently there is not, the internal padding of the button is always the corner_radius or if if the corner_radius is smaller than 2, its 2. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes
32-git ***@***.***> schrieb am So., 7. Aug. 2022 16:11:
… Thank you for the prompt response.
So you mean to say, that the corner_radius also controls the padding.
Therefore, a higher corner_radius, would add more internal padding.
Would that be correct?
—
Reply to this email directly, view it on GitHub
<#365 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP26F4YWLJPRRUVHQOXUYO3VX672HANCNFSM552QT7SQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I find myself in a dilemma, which is the following:
I have a CTk button which I would like to add internal padding to. Based on what I know so far, I would need to use grid() to make that possible. However, I have used the 'relx' and 'rely' attributes of place() to position my button and would like to keep it that way.
Hence, my question: Is there another way of adding internal padding to a button? (preferably one where place() is still usable)
Beta Was this translation helpful? Give feedback.
All reactions