This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Alan Moore, serhiy.storchaka, terry.reedy
Date 2018-02-07.20:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518036063.71.0.467229070634.issue32585@psf.upfronthosting.co.za>
In-reply-to
Content
If set DPI to low value, the size of a spinbox widget (winfo_width(), winfo_height()) is (185, 20), and the test is passed. If set it to high value, the size is (305, 30), and the test is failed.
History
Date User Action Args
2018-02-07 20:41:03serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, Alan Moore
2018-02-07 20:41:03serhiy.storchakasetmessageid: <1518036063.71.0.467229070634.issue32585@psf.upfronthosting.co.za>
2018-02-07 20:41:03serhiy.storchakalinkissue32585 messages
2018-02-07 20:41:03serhiy.storchakacreate