diff --git a/VRR-Monitor/VRR-Monitor.js b/VRR-Monitor/VRR-Monitor.js index c1f5f9d..4f2b5af 100644 --- a/VRR-Monitor/VRR-Monitor.js +++ b/VRR-Monitor/VRR-Monitor.js @@ -94,11 +94,11 @@ function populateTable(table, stations) { let nameCell = row.addText(station.value) nameCell.leftAligned() - nameCell.widthWeight = 1 + nameCell.widthWeight = 70 let buttonCell = row.addButton('Copy ID'); buttonCell.rightAligned() - buttonCell.widthWeight = 1 + buttonCell.widthWeight = 20 buttonCell.onTap = () => { Pasteboard.copy(station.data);