DARIAH-DE / TopicsExplorer

Explore your own text collection with a topic model – without prior knowledge.
https://dariah-de.github.io/TopicsExplorer
Apache License 2.0
62 stars 10 forks source link

change fixed pixel values to relative pixel values (main.js) #2

Closed MHuberFaust closed 6 years ago

MHuberFaust commented 6 years ago

looks like only fixed values are possible: https://github.com/electron/electron/blob/master/docs/api/browser-window.md

it is possible to add minSize and maxSize. Might be worth a try.

MHuberFaust commented 6 years ago

another possibility would be to get OS specifics and then open a window with the appropriate size

severinsimmler commented 6 years ago

Fixed in 6fe7a04fb3ce808fd175df5e43c4e62cf76d7b48.