not that it will get me anywhere, but i'll ask any...
# tornadofx
j
not that it will get me anywhere, but i'll ask anyway.
Copy code
tableView {
    tableRowCell {
        and(hover) {
            borderColor = multi(box(Color.RED))
        }
    }
}
Why does this above code cause the cells in my table to shift left. it's specficially the bordercolor line