From 215ba3f8686dd6c5940e90e51a097d8e342d78a3 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 17 Sep 2019 11:06:46 -0600 Subject: [PATCH] Add minimum target screen resolution to Developing section --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index cf2c9a2..6fa8787 100644 --- a/Home.md +++ b/Home.md @@ -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**_