When changing the cornerRadius of a bubble it will remove all padding in regards to the content frame. This makes it so there is minimal space to the text that's inside of the bubble.
sidePadding doesn't solve this issue as it is only affecting the padding between the window and the full bubble, not the side padding in the bubble itself.
In the code below I am adding the bubblePadding property to the bubble size to make the size of the bubble bigger. I then change the Rect of the content frame for the correct padding to be added.
When changing the cornerRadius of a bubble it will remove all padding in regards to the content frame. This makes it so there is minimal space to the text that's inside of the bubble.
sidePadding doesn't solve this issue as it is only affecting the padding between the window and the full bubble, not the side padding in the bubble itself.
In the code below I am adding the bubblePadding property to the bubble size to make the size of the bubble bigger. I then change the Rect of the content frame for the correct padding to be added.