Jump to content

valizrt

Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

About valizrt

Informations

  • Gender
    Male

Social Networks

  • Discord
    valitrz#8107

valizrt's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. try calling this function: self.AlignHorizonalCenter() in the body of the if statement. It should look like this: if self.toolTipWidth < textWidth: self.toolTipWidth = textWidth self.AlignHorizonalCenter() Let me know if it works
  2. This function is ok for alignment, but the width of the tooltip will be generated according to the 'Title' text length and if the title text is too short, some longer bonus texts will get out of the tooltip. I tried to set the tooltip width using the longest text but no result so far. Any ideas?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.