Closed chrisw-thomas closed 5 years ago
Thanks for this, I've been noticing it a lot more recently. It was a warning I added a long time ago, to point out to students that their requested dimensions were off, but I think the logic got a bit broken somewhere long the way, and I'm just going to remove it.
No problem... when is the next appJar release due? Presumably this will be v1.0?
I'll push out a new 0.9x release soon, I'm a way off having all the documentation ready for the 1.0 release :(
Oh, btw, you can change the logging level, so warnings don't show, have a look here: http://appjar.info/pythonLogging/
Excellent - thank you.
Bug Report
2018-10-12 09:35:59,986 appJar:WARNING [Line 25->2283/setSize]: Specified dimensions (400, 25) less than requested dimensions (378, 265)
I create a sub-window, set its size using .setSize and then add a progress widget using .addMeter. When I start the Python application I get the error shown above.
Context
The simple code is below.