Marc,
toggle quoted message
Show quoted text
Table attributes are stored in the user-interface.xml file, not a panel xml file. Find the node identity line near the beginning of the system log: 2019-09-10 21:17:38,917 node.NodeIdentity ? ? ? ? ? ? ? ? ? ? INFO ?- Using jmri-fRzxqYX7eKAk3I6pDkRFKN-3f01583d as the JMRI storage identity for?profile id 3f01583d [AWT-EventQueue-0] Go to your profile/<nodeid> directory. ?With JMRI shutdown, edit user-interface.xml using a xml aware editor. Search for dividerLocation and remove the property section. ? ? ? ? ? ? ? ? <property> ? ? ? ? ? ? ? ? ? ? <key>dividerLocation</key> ? ? ? ? ? ? ? ? ? ? <value class="java.lang.Integer">40</value> ? ? ? ? ? ? ? ? </property> Save your changes and start JMRI. ?The table divider will now be based on the width of the text in the left column. ?You can also just change the value to something that works for you. Attempting to change the width with JMRI running will result in a small left column again. Dave Sand On Sep 10, 2019, at 8:15 PM, forfoum@... wrote: |