Skip to content
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

WindowFrame.noTitle doesn't remove title from title bar #89

Closed
wilsonowilson opened this issue Sep 7, 2021 · 1 comment
Closed

WindowFrame.noTitle doesn't remove title from title bar #89

wilsonowilson opened this issue Sep 7, 2021 · 1 comment

Comments

@wilsonowilson
Copy link

Setting the window style to WindowFrame.noTitle should remove the title and the title bar. But after setting the title of the window with Window.setTitle, the title still appears on the window.

Screenshot 2021-09-07 at 15 54 10

As far as I know, the title of the window is necessary for window management in the application.

Screenshot 2021-09-07 at 16 06 06

Because of this, it would be great if there was a way to remove the title from the title bar, but make sure the window remains named.

@wilsonowilson wilsonowilson changed the title WindowFrame.noTitle doesn't re WindowFrame.noTitle doesn't remove title from title bar Sep 7, 2021
@knopp
Copy link
Contributor

knopp commented Sep 9, 2021

Agreed, the title should not be displayed in this case. This is a bug.

@knopp knopp closed this as completed in 6f2510b Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants