love what you have done, really have enjoyed playing with mgear, i recently got a new monitor and noticed an issue with anim picker not displaying correctly
had a little look in the code, found this line
box.setFixedHeight(80)
changed that to below and that fixed the problem
box.setFixedHeight(int(80 * pm.mayaDpiSetting(q=True, realScaleValue=True)))