Closed sunny9495-dev closed 11 months ago
Hi @Akascape
I tried the place instead of pack but its not working
place
pack
Here is the code I tried.
frm_cscan_widgets = CTkXYFrame(master=root, width=200, height=150) frm_cscan_widgets.place(x=10, y=140)
frm_cscan_widgets = CTkXYFrame(master=root, width=200, height=150)
frm_cscan_widgets.place(x=10, y=140)
I see the width, height isn't working. Here is the screenshot
https://i.imgur.com/CJ5s6no.png
Any help would be appreciated.
@sunny9495-dev Fixed now. update to the latest version.
Hi @Akascape
I tried the
place
instead ofpack
but its not workingHere is the code I tried.
frm_cscan_widgets = CTkXYFrame(master=root, width=200, height=150)
frm_cscan_widgets.place(x=10, y=140)
I see the width, height isn't working. Here is the screenshot
https://i.imgur.com/CJ5s6no.png
Any help would be appreciated.