Commit Graph

10 Commits

Author SHA1 Message Date
9f33f13e1b Fix Frame inside ScrollableFrame
Frames inside ScrollableFrames did not get a new top level fg_color and remained the same color as the parent. Implemented a fix by checking if the parent of a Frame is a ScrollableFrame and changing the fg_color to be like any Frame inside another Frame
2023-03-02 02:36:30 +04:00
a478334fb7 start working on scrollable frame 2023-02-04 16:53:48 +01:00
a564bc35ef fixed progressbar start stop speed increase #775, fixed transparent textbox #779, fixed binding for all widgets #250 #374 #380 #477 #480 2022-12-06 18:09:20 +01:00
f3d90821ce finished image example 2022-11-30 22:59:55 +01:00
0d8a79d783 added update_idletasks call to base class set_appearance_mode 2022-11-30 22:03:42 +01:00
03249110f3 restructured imports from modules, created imports in __init__.py 2022-11-29 19:06:33 +01:00
01e64f38e8 changed theme file format 2022-11-27 02:48:09 +01:00
cbbc9efda3 changed transparent color value from None to "transparent", fixed type hints, added color type and value checking 2022-11-10 23:27:55 +01:00
7374e7a3bc architecture fixes 2022-11-01 00:37:30 +01:00
c2a5b4881e changeed driectory structure, moved scaling and appearance mode functionality to super classes 2022-10-29 13:11:55 +02:00