Adding a border around a panel

Started by starkhorn, 31 May 2016, 05:07:49

starkhorn

Hi Texus,

I was using Textboxes but I found I could not alter the colour of specific lines of a text and I could not put them into columns. So instead I have created a panel and adding Labels to the panel.

However one thing that I was missing is that the textbox had a nice border around it's panel. Is there an easy way to add this to a panel?

texus

There wasn't really an easy way, so I added borders to the Panel widget in the tgui version on github.

From now on if any widget would need borders I can just tell people to put it inside a Panel.