Merge pull request #2181 from SiboVG/issue-2179
[#2179] Fix mount name column text being cut off too early
This commit is contained in:
commit
e3b645314c
@ -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