Fix program not fitting on low resolution screens
3 unresolved threads
3 unresolved threads
Compare changes
- Kien Le authored
+ 13
− 5
@@ -7,6 +7,7 @@ from PySide2.QtWidgets import (
@@ -279,7 +280,6 @@ class UIMainWindow(object):
@@ -294,8 +294,6 @@ class UIMainWindow(object):
@@ -352,7 +350,7 @@ class UIMainWindow(object):
@@ -360,12 +358,22 @@ class UIMainWindow(object):
The default height seem to be the maximum height. Can you set the default height to be the minimum one?
I'll do that. What do you think the maximum height for this should be?
The maximum and minimum heights you set are ok. Just that when I open, it shows the maximum one.
Another thing I don't know if you think it's important. User can collapse the info which is ok for the normal case. Can we prevent it to be collapsed? If not we may have to think of expanding the text browser when there's warning or error.
I found this