removed TODO

This commit is contained in:
Wisser
2022-08-12 11:47:09 +02:00
parent 031869284d
commit e17e4ebc59
@@ -174,7 +174,7 @@ public abstract class DBConditionEditor extends EscapableDialog {
setLocation(400, 150);
pack();
setSize(Math.max(getWidth() + 32, 400), Math.max(getHeight() + 64, 140)); // TODO
setSize(Math.max(getWidth() + 32, 400), Math.max(getHeight() + 64, 140));
}
@Override