ASPP / pelita

Actor-based Toolkit for Interactive Language Education in Python
https://github.com/ASPP/pelita_template
Other
62 stars 68 forks source link

too much clutter in TK-UI header and overlapping letters on high-res display #625

Closed otizonaizit closed 5 years ago

otizonaizit commented 5 years ago

I tried and failed to add a bit more padding around the strings in the headers of the TK-UI. On my desktop with a high-res display, the text looks cluttered and some fonts are overlapping. Of course TK is the problem here, but I think more padding is better then no padding, even if it looks a bit sparse on normal displays. Screenshot attached. screenshot1

Debilski commented 5 years ago

Did you test against conda/non-conda versions of Tk also? I noticed that conda interpretes the padding values very differently anyway.

otizonaizit commented 5 years ago

using non conda tk here, just plain Debian installation.

On Tue 23 Jul, 06:12 -0700, Rike-Benjamin Schuppner notifications@github.com wrote:

Did you test against conda/non-conda versions of Tk also? I noticed that conda interpretes the padding values very differently anyway.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub¹, or mute the thread².☘

––––

¹ https://github.com/ASPP/pelita/issues/625?email_source=notifications&email_token=AACUYC7TSJQPNNWI2WALDNLQA37SZA5CNFSM4IGEFP6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2TB56I#issuecomment-514203385 ² https://github.com/notifications/unsubscribe-auth/AACUYC3AKFA7CBKLZFGNBT3QA37SZANCNFSM4IGEFP6A

Debilski commented 5 years ago

I honestly think Tk is unfixable :(

Debilski commented 5 years ago

I think we should remove the lines around the canvas (did so in the latest commit for the traffic lights). This will already help a little with decluttering. (Not sure, why we never fixed this before)