- This will center the Type checkbox between the Name and Text checkboxes.

This commit is contained in:
Chris
2012-05-27 13:35:54 +00:00
parent 2508955c26
commit a1e65ca26a

View File

@@ -135,8 +135,8 @@ public enum VFilters implements IVDoc {
pnlText.add(txfContains, "pushx, growx, span 2 1, gap 5px 5px 2px 2px, h 30px!");
pnlText.add(lblWithout, "w 80px!, h 30px!");
pnlText.add(txfWithout, "pushx, growx, span 2 1, gap 5px 5px 2px 2px, h 30px!");
pnlText.add(chbName, "w 70px!, h 25px!, gap 5px 5px 2px 2px");
pnlText.add(chbType, "w 70px!, h 25px!, gap 0 5px 2px 2px");
pnlText.add(chbName, "pushx, growx, w 70px!, h 25px!, gap 5px 5px 2px 2px");
pnlText.add(chbType, "pushx, growx, w 70px!, h 25px!, gap 0 5px 2px 2px");
pnlText.add(chbText, "w 60px!, h 25px!, gap 0 5px 2px 2px");
chbName.setSelected(true);