mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
58 stars 9 forks source link

Add window controls to windows #173

Closed aleksejrs closed 7 months ago

aleksejrs commented 7 months ago

Is your feature request related to a problem? Please describe. Readability Analyzer shows a table that need the window to be enlarged.

Describe the solution you'd like All windows that contain big stuff should have a maximize button. All windows that do not block Anki should have a minimize button.

mortii commented 7 months ago

Oh yeah, I've had this in idea in the back of my mind for ever, I just haven't gotten around to it. IIRC it requires changing the class from a 'QDialog' to a 'QMainWindow'. The last time I looked into it I found that the anki 'Browse' window was a good example of how to do this.

mortii commented 7 months ago

This will be included in the next release.

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.