alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
836 stars 102 forks source link

Pygubu-designer missing weight options #241

Closed QueenZombie closed 7 months ago

QueenZombie commented 8 months ago

Describe the bug In layout with grid selected, there are no options to add grid 0 option or grid column 1 option

To Reproduce Steps to reproduce the behavior:

  1. Add Frame, set to gride and add sticky nsew
  2. Add Label,
  3. Click on layout
  4. Click grid option
  5. See error

Expected behavior Able to modify grid row weight, and column weight

Screenshots image

This is what I need image

Your Environment (please complete the following information):

Additional context Add any other context about the problem here.

alejandroautalan commented 8 months ago

Hello @QueenZombie, thanks for trying pygubu.

Since the grid manager allows configuring options for the "all" index of rows and columns, its configuration was moved to the parent widget. Go to parent > Layout > Options for Grid container There you will find the configuration options you need.

Captura desde 2024-03-06 23-04-32

Regards Alejandro A.

QueenZombie commented 8 months ago

Thanks for the quick response! I'm still not able to make the boxes stretch. Do you know what version this pygubu-designer is? image

alejandroautalan commented 8 months ago

Thanks for the quick response! I'm still not able to make the boxes stretch. Do you know what version this pygubu-designer is? image

It's pygubu-designer 0.23

pip install pygubu-designer==0.23 pygubu==0.19

Can you post the link of that video. I would like to see it.

QueenZombie commented 8 months ago

https://m.youtube.com/watch?v=yloK_3Eba-o

I'm trying to follow directions in the video at timestamp: 4:24