-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement suggestion] Title bar buttons are too small for some use cases #361
Comments
Hi @progmars |
Thanks @valimaties , you are right, it's time to move on. I'm also looking at MAUI as it seems to be a "cross-platform WPF", but it still lacks some important bits (or they are difficult to implement or are unstable). Meanwhile, I'll try to hack something up to make my old WinForms app work as expected, while I have not ported it to WPF or MAUI yet. |
Hi, it's been a while :) @valimaties is right, I don't maintain this project anymore and I STRONGLY recommend you move on to more modern UI frameworks such as WPF, UWP ou MAUI, honestly, even give electron with react a chance, if you can. In the past I gave full access to @orapps44 and they made significant improvements after me, but I don't think they are maintaining it anymore, too The Open PRs are open because they either A: don't meet the (little) code quality we have or mess with things they shouldn't, or B: we requested changes and the person responsible for the PR never made them I forked this code a long time ago, and it already wasn't that great, and I think I'd do a lot of things differently now that I am a more experienced C# developer. I'm honestly thinking to mark this project as deprecated on nugget so ppl stop using it for new projects and just use wpf. This should be only used on legacy software |
Hi @leocb . Sorry for the OffTopic!!! Best regards, |
One of Google's Material Design concepts is supporting touchscreens. However, with MaterialSkin library the title bar buttons are reduced in size and seem located closer together when compared to Windows default style. It would be awesome to be able to adjust the title bar height (which, in turn, would make buttons larger) to better support touchscreens and users with "fat fingers".
By the way, in the code title bar is called STATUS_BAR_HEIGHT, which is confusing because status bar in Windows is an entirely different thing (it's the bar at the bottom of the window).
Actually, maybe I will try to implement configurable title bar height myself and I hope I won't mess things up; there are lots of elements depending on STATUS_BAR_HEIGHT.
The text was updated successfully, but these errors were encountered: