Replies: 1 comment
-
Thanks! This looks like a bug. I believe this is because the "title" is flexible by default and covers the whole line, causing the We probably want to fix this. |
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
-
This might be a very simple question and I might be just missing something obvious, I tried and couldn't resolve my issue. When I try to make a window that has a title that's supposed to be colored and apply the color to the title the whole upper border of the window changes color:
![20241020_17h22m27s_grim](https://private-user-images.githubusercontent.com/157280396/378201049-92377408-78a9-4531-a6b6-8356d272c895.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjQ1OTgsIm5iZiI6MTczOTQyNDI5OCwicGF0aCI6Ii8xNTcyODAzOTYvMzc4MjAxMDQ5LTkyMzc3NDA4LTc4YTktNDUzMS1hNmI2LTgzNTZkMjcyYzg5NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwNTI0NThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMmIzOGFjZWY5OTA1MWRhMTAzM2E1OTdhOWMzYTA5ZDI3NDdhYzMzY2JmNGE1OGNkMTVlOWRkMDU3YmJlZmE0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.oZ5WO_TlsHtqVjbesS-w41pA2SDLkf6KCwHdN2KMv1U)
Here's the code:
I have no idea how to do this correctly. I greatly appreciate and thank any help.
Beta Was this translation helpful? Give feedback.
All reactions