@Kovid: I have a Win10 laptop with a 300dpi (approx) display. I see the same problem with the beta.
The problem is caused by the maximumSize property in scheduler.ui line 146. If I change it from 75 to 275 things work. I am not going to commit this change because I don't know either why the maxSize is there or what side effects changing the max height would have.
Also, this dialog doesn't remember its size. On my display the default size is way too small. I tried removing the geometry specs on lines 9 and 10, but that didn't change anything. I need to change the window size every time I open it.
Last edited by chaley; 03-13-2016 at 09:27 AM.
|