Anyone mind helping me with a bit of UI? I want to...
# tornadofx
d
Anyone mind helping me with a bit of UI? I want to re-create slack's message. Like the bit with the picture, name, time and text message.
I've got a vbox, hbox and done text but everything looks so flat.
v
You will need to set sizing. I myself am learning I think you can use setMinSize() for your components to control the size and then use padding and margin to control spacing between them
d
why not make a gist so someone is able to help?