NetLogo / NetLogo

turtles, patches, and links for kids, teachers, and scientists
http://ccl.northwestern.edu/netlogo/
1.01k stars 242 forks source link

5.2.1 regression: weirdly large font size in output area #896

Closed SethTisue closed 8 years ago

SethTisue commented 8 years ago

Matrix Example with font size of output area set to 12. left is 5.2, right is 5.2.1. 5.2.2-RC2 is similar to 5.2.1

screen shot 2015-12-04 at 11 01 07 pm
nicolaspayette commented 8 years ago

I hope it's not a regression caused by https://github.com/NetLogo/NetLogo/pull/805, but it could be...

mrerrormessage commented 8 years ago

I'm pretty sure that the problem is related to this call to fontSize(Int). When creating an output widget in a new model, the font is sized normally, but if saved and reopened, the font is noticeably larger. I'm not clear enough on how widgets are loaded to know what changes need to be made, but perhaps you all have some ideas?

SethTisue commented 8 years ago

the horror, the horror

nicolaspayette commented 8 years ago

Two parts to this:

mrerrormessage commented 8 years ago

Closed by #899