Update VRR-Monitor.js

This commit is contained in:
Benny 2020-10-23 08:49:20 +02:00 committed by GitHub
parent 4c952afe9c
commit c85a040fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);