TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.84k stars 1.02k forks source link

CTkButton doesn't adopt size #2297

Closed Rockpain closed 3 months ago

Rockpain commented 4 months ago

Specifying a width and height in code doesn't affect the width and height of the widget in the window

JanPanthera commented 4 months ago

Can you show us the code? Without its impossible to help.

bfedie518 commented 3 months ago

That's as much as anyone can really help without seeing the code.

Rockpain commented 3 months ago

Hello. Thanks for your answers. I found out days ago that the issue was the size i define being inferior to the min size of the button. Thought i closed this issue by that time. It s eems i didn't, my bad😅