-
Expected behavior:
- Window text remains the same visual size when moved to a monitor with different DPI
Actual behavior:
- Text takes up X pixels, irregardless of size. Text shrinks on higher DP…
-
I am working on pycharm so the error is not Spyder specific as some were saying on stackoverflow. i tries runnign the program on the global system terminal still the same error.
## Code
```pytho…
-
I was redesigning my old software with customtkinter, originally made with tkinter. Label Frame had an important role in my software but in customtkinter, there is not any CTklabelframe. If anybody ha…
-
# Environment
codegpt version: 0.14.2 (commit: fd5758c)
Model: [Gemma 2](https://huggingface.co/bartowski/gemma-2-2b-it-GGUF/resolve/main/gemma-2-2b-it-Q6_K.gguf) (via local KoboldCpp 1.72 instanc…
-
So, i've been playing arround a bit with customtkinter.
While using the comboBox, o noticed an issue with the graphics as shown below:
![image](https://github.com/TomSchimansky/CustomTkinter/as…
-
I have been able to execute the files in the examples folder except for simple_example.py and I have detected that it is due to tkinterDnD
![tkinterDnD Error1](https://github.com/user-attachments/a…
-
I am using CustomTkinter to make my own application.
I have created a textbox in the program.
It lets me to copy and paste but not to redo or undo.
I have tried solutions online but they …
-
Trying to create a fullscreen application however, any new top levels are created behind the current window. so they cant be accessed.
Even in the original CTkToplevel example code, the new window …
-
Hi, thank you for creating this lib & customtkinter. Both are my favourite libs and I'm using them for every Python GUI project :)
I started to use this lib recently and I feel that the marker on t…
-
If I add text to a CtkButton via configure and remove it again through setting an empty string the centering ist wrong
If added some small code below.
As you can see Button 2 has a more "lefty" cent…