someretical / TheoreticalDiary

Qt desktop app for a digital diary
GNU General Public License v3.0
4 stars 0 forks source link

About page going into taskbar #3

Closed queze1 closed 2 years ago

queze1 commented 3 years ago

Screenshot 2021-11-18 095131

How to reproduce: Press about page

someretical commented 3 years ago

Please download the latest version and apply the high DPI override as detailed in the readme. Let me know if you are still experiencing this issue.

queze1 commented 3 years ago

I am still experiencing this issue after downloading the latest version and appling the high DPI override.

someretical commented 2 years ago

I have figured out why this issue is occurring. Your screen resolution is 1366 768 IIRC. The main window is 800 600 and the About window is 600 * 800 in size. It seems your screen is simply too small vertically to fit the entire about window in view. Unfortunately, I am going to have to close this issue since fixing it would mean having to essentially redesign the entire UI (something I already did once and do not want to do again). Plus I am no expert at user interface design. Pull requests are welcome for this issue though.

someretical commented 2 years ago

This issue should be fixed by ad077166e03d0379a3bf284dd0a585793ebb3fcf.