jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 67 forks source link

Correct the Properties tab in showcase.py #650

Open ZidYaBouzid opened 1 year ago

ZidYaBouzid commented 1 year ago

In the Properties tab of showcase:

1- FontScale slider setup value as positinal argument was not taken into account (got lost in the new functions for v1.0 I guess). I made it a keyword argument and the slider is correctly positionned now.

2- Same for the TransparencyScale slider that was positioned at 0 instaed of 100.

3- There is a mismatch between inputs widgets and their labels, respectively in the right and left panedFrames. For a reason I ignore, the FontScale slider was displayed at the top of the right paned frame, while the coresponding label was at the bottom of the left panedFrame. This may have something to do with issue #301 "Not happy with layout" but I just tried appJar, created a GitHub account at last, and my time on this is up !