<@U3E01MVRD|permalmberg> uploaded a file: <java_20...
# tornadofx
p
@User uploaded a file:

java_2017-01-28_20-56-52.png

and commented: why does that background image repeat? this is the style
Copy code
style {
							backgroundImage = multi(URI("/icons/arrow_undo.png"))
							backgroundRepeat = multi(Pair(BackgroundRepeat.NO_REPEAT, BackgroundRepeat.NO_REPEAT))
						}