Years ago, I used to say that Krita could improve its UI/UX by making its frame merged with the native title bar. But everybody would attack me
as if the idea is inherently bad, giving absolutely all arguments to
discourage the idea unless the one suggesting it, works on it
himself.
I provided a little example already before as a starting point :
And today again, as I was exploring Qt’s blog, I fell upon the following:
Me trying to explain to some that it’s not about making Krita
handle itself the windows specific functions like resize, minimize or
close, was not a convincing argument, unfortunately.
But instead decorating the UI, while targeting native OS specific functions,
exactly like how it’s already done for the current version of Krita, was the way.
Only difference is the window decoration and some advantage like providing
more space to the viewport in the UI.
I just want to know. If we’re not tackling this anytime soon to improve the
UI/UX, then when exactly or approximatively is it going to happen?
My research clearly shows that you don’t need to recreate the
“minimize”, “maximize” or “close” algorithms yourself( it’s pointless
to recreate when the solution is already there with the OS specific APIs, and
you only need to target the function for GUI actions ).
And finally, if I was willing to help program this feature, would I
receive help, at least for the specific tools I need to get started
with Krita’s UI/UX coding?
Or is the implementation of such a feature so toxic to Krita’s UI/UX
that it will be impossible to see it coming someday?
The returns/inputs from the experts on subjects/topics like this one would
be appreciated.

