[#2179] Fix mount name column text being cut off
This commit is contained in:
parent
27de9f6692
commit
7380143cd8
@ -25,7 +25,7 @@ public class MotorMountConfigurationPanel extends JPanel {
|
||||
table.setShowVerticalLines(false);
|
||||
table.setRowSelectionAllowed(false);
|
||||
table.setColumnSelectionAllowed(false);
|
||||
table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
|
||||
table.setAutoResizeMode(JTable.AUTO_RESIZE_LAST_COLUMN);
|
||||
table.setAutoCreateColumnsFromModel(false);
|
||||
|
||||
TableColumnModel columnModel = table.getColumnModel();
|
||||
|
Loading…
x
Reference in New Issue
Block a user