no_title_bar is not working #2277
Unanswered
oumataliev
asked this question in
Support
Replies: 1 comment
-
Assuming you want to remove the viewport title bar (no_title_bar on the window is working), try adding decorated=False as a create_viewport parameter, giving; dpg.create_viewport(title='Custom Title', width=600, height=200, decorated=False) Hope that helps! |
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
-
I'm trying to remove title bar but it's not working
my code:
Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions