Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame and Radio button interaction issues #2480

Open
ryze123495432325 opened this issue Jun 20, 2024 Discussed in #11 · 1 comment
Open

Frame and Radio button interaction issues #2480

ryze123495432325 opened this issue Jun 20, 2024 Discussed in #11 · 1 comment

Comments

@ryze123495432325
Copy link

Discussed in #11

Hello, I am having an issue with my code here. I am using radio buttons and as you can see from defining the radio button variable, It creates a radio button for every item in a list. I have also created a separate frame for the radio buttons, which you can see how that is defined. However, when I run the code, the frame seems to be dependent on the amount of radio buttons. What I desire is for the frame to go down at a distance that I can define. For context, I am creating a macro management tool with features for creating, editing, and managing macros through a graphical user interface. Please help.

Screenshot 2024-06-20 211736
Screenshot 2024-06-20 211831
Screenshot 2024-06-20 211920

@dipeshSam
Copy link

Enable expand=True in your radio_frame.
It should be like:

radio_frame.pack(fill="both", expand=True, padx=20, pady=12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants