worked on grid configure weights
This commit is contained in:
@@ -34,7 +34,8 @@ class Frame extends TkinterBase{
|
||||
return [
|
||||
`${variableName} = tk.Frame(master=${parent})`,
|
||||
`${variableName}.config(bg="${bg}")`,
|
||||
`${variableName}.${this.getLayoutCode()}`
|
||||
`${variableName}.${this.getLayoutCode()}`,
|
||||
...this.getGridLayoutConfigurationCode(variableName)
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user