You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the right way to move or resize widgets laid out using a grid?
It appears that aWidget.width = 30 does change the width, but that appears to be a character width rather than in a unit of columns as used in the grid.set command that created it. It also then fixes the width to 30 and no longer resizes when the window resizes.
The text was updated successfully, but these errors were encountered:
What is the right way to move or resize widgets laid out using a grid?
It appears that
aWidget.width = 30
does change the width, but that appears to be a character width rather than in a unit of columns as used in thegrid.set
command that created it. It also then fixes the width to 30 and no longer resizes when the window resizes.The text was updated successfully, but these errors were encountered: