|
|
|
@ -888,7 +888,7 @@ public class DBManipulationPane extends BasicBeanPane<DBManipulation> {
|
|
|
|
|
vPane = new ValueEditorPane(types); |
|
|
|
|
this.setLayout(new FlowLayout(FlowLayout.CENTER, 0, 45)); |
|
|
|
|
this.add(vPane); |
|
|
|
|
vPane.setPreferredSize(new Dimension(220, 25)); |
|
|
|
|
vPane.setPreferredSize(scale(new Dimension(220, 25))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|