mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 14:28:08 +00:00
spelling: inter cell
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
23e7044955
commit
27a902ecbf
@@ -103,7 +103,7 @@ public class JTreeTable extends JTable
|
||||
// No grid.
|
||||
setShowGrid(false);
|
||||
|
||||
// No intercell spacing
|
||||
// No inter cell spacing
|
||||
setIntercellSpacing(new Dimension(0, 0));
|
||||
|
||||
// And update the height of the trees row to match that of
|
||||
|
||||
Reference in New Issue
Block a user