Add minimum target screen resolution to Developing section

Curtis Gedak 2019-09-17 11:06:46 -06:00
parent 8980c24bcc
commit 215ba3f868

@ -67,6 +67,7 @@ To maximize flexibility an open and plain text file format is used enabling coll
* Manuskript is written in Python3 and PyQt5
* All code changes and Pull Requests should be based on the **develop** branch.
* The minimum target screen resolution is 1024x600 (was popular with small laptops / netbooks)
* We strive to conform to Qt guidelines. E.g.: [User Interface Text Guidelines](https://doc-snapshots.qt.io/qtcreator-extending/qtcreator-ui-text.html)
* Tip: Add `--console` as last option on command line to use [IPython Jupyter QT Console as a debugging aid](https://github.com/olivierkes/manuskript/pull/513).
* _**DRAFT**_