jiesutd / YEDDA

YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Apache License 2.0
1.02k stars 297 forks source link

GUI render weird on windows #3

Closed eromoe closed 7 years ago

eromoe commented 7 years ago

Hi,

I'd like to try this project, but gui is wired, looks like some resolution error: image

OS: win7 x64 Resolution settings: image

jiesutd commented 7 years ago

Hi eromoe, this is caused by some display problem of framework tkinter. There are two ways to solve it:

  1. You can make the window full screen or drag the edge to enlarge the window.
  2. If the first method fails, just set the font size smaller, by modifying the 54th line of the code: "self.textRow = 20", set the number as 18 or other smaller number.

Please tell me if you success or fail after trying those method. Thank you very much.

eromoe commented 7 years ago

Both work, thank you!