anthonyeden / ProPresenter-Stage-Display-Python

A Python implementation of the ProPresenter Stage Display - for Raspberry Pi
https://mediarealm.com.au/propresenter-pi/
GNU General Public License v3.0
27 stars 4 forks source link

Windows: Debug some layout issues (High DPI?) #1

Closed anthonyeden closed 7 years ago

anthonyeden commented 7 years ago

The layout isn't working at all on Windows 10 (Creators Edition), with a High DPI screen. We need to find out the exact cause of these problems and fix it.

anthonyeden commented 7 years ago

Turns out this is an issue with the word-wrapping. Need to find a better way to calculate the maximum line width for Tkinter.

anthonyeden commented 7 years ago

Moved the word wrap length out to a config value in commit a5b3342.