Slightly reduce minimum window size

This should make it possible to work with Cura on 1024x768 screens. I interpolated this from the 800p screens, since it seems to render smaller on my computer anyway.
This commit is contained in:
Ghostkeeper 2017-05-02 13:38:28 +02:00
parent c69000da75
commit d006db5b2c
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -247,7 +247,7 @@
},
"sizes": {
"window_minimum_size": [70, 54],
"window_minimum_size": [70, 50],
"window_margin": [1.0, 1.0],
"default_margin": [1.0, 1.0],
"default_lining": [0.08, 0.08],