I'm going to make an errand run and I'll probably ...
# tornadofx
a
I'm going to make an errand run and I'll probably need to upgrade on here but I'll be back on tonight
k
On line 50 of
TileGUI
you start a
flowpane
block. Inside that block you have
top
,
center
, and
right
. I think those are (mistakenly) adding their contents to the enclosing
borderpane
. Scenic view calms down a lot if you just make those
top
,
center
, and
right
blocks children of the
borderpane
and remove that f`flowpane` alltogether.
this doesn't solve your problem, but at least it makes the tool more useful.
a
Thanks @kastork
I'll get started with your suggestion and run from there!