Skip to content

Commit a60d9d2

Browse files
committed
TODO: check that we really do not want these insets here.
1 parent b16c401 commit a60d9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSTextUI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,8 @@ public Dimension getMinimumSize(JComponent jc) {
679679
// }
680680
// try {
681681

682+
// TODO: check that we really do not want these insets here.
683+
682684
//d.width += i.left + i.right;
683685
//d.height = jc.getFont().getSize() + i.top + i.bottom;
684686

0 commit comments

Comments
 (0)