Custom titlebar styles #28
LucasErrNotFound
started this conversation in
Ideas
Replies: 1 comment
-
Since we normally develop in a windows environment, we started to layout the titlebar based on windows default. What we are planning to set different titlebar based on the operating system but this is not a priority right now. Styling the window buttons is actually not the hard. What this makes difficult is how each operating system handles window differently. As of now, we are focused on the development of various controls which are not currently supported. Once we ensure that almost all available controls are properly styled, we might work on this feature. Btw, goodluck with your thesis😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that SukiUI is using a different title bar that is not Windows 10/11 style. I think the default title bar style looks okay, but it would be good for other users to have different options to choose from. Currently, it only provides the default Windows title bar style with its default minimize, maximize, and close buttons.
I thought of hard-coding a MacOS style directly into my own project for our thesis, but didn't expect it would be that complex:
Idea
Add custom title bar styles so that other users who are using this UI library won't have to implement it on their own and can choose different title bar styles.
Another Idea
Maybe provide proper documentation on how to add/customize the title bar.
Beta Was this translation helpful? Give feedback.
All reactions