mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-20 19:38:32 -05:00
removed TODO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user