|
|
|
@ -360,7 +360,7 @@ public class CellOtherSetPane extends AbstractCellAttrPane {
|
|
|
|
|
).getComponent()) |
|
|
|
|
.addSupplier("showChar", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
|
cell(textOverflowCheckBox), |
|
|
|
|
row(cell(showPartLabel).weight(1.2), cell(showPartComboBox).weight(1.6), flex(0.1), cell(numberLabel).weight(0.5), cell(showCharNums).weight(0.8)), |
|
|
|
|
row(cell(showPartLabel).weight(1.2), cell(showPartComboBox).weight(1.4), flex(0.1), cell(numberLabel).weight(0.5), cell(showCharNums).weight(1.0)), |
|
|
|
|
row(cell(hideTypeLabel).weight(1.2), cell(textOverflowTypeComboBox).weight(3.0)) |
|
|
|
|
).getComponent()) |
|
|
|
|
.addSupplier("showCell", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
|