Hi beautiful people,
I’ve been trying to change the appeaance of the Color Confirmation tooltip to a mode roundedl, pill shaped format, just as in Ankimote. The thing is, I don’t know how to code, so it’s just me and chat gpt, but it hasn’t really worked out.
By the chat’s suggestion, I tried injecting the following line into the addon python script:
# Apply custom style for rounded corners
style_str = "background-color: {}; border-radius: 10px;".format(color)
lab.setStyleSheet(style_str)
It wasn’t successful. Chat suggested a few variations of the same intruction, without any success. Can anyone lend me a coding hand or a tip for my tooltip?