Update VRR-Monitor.js

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

View file

@ -96,7 +96,7 @@ function populateTable(table, stations) {
nameCell.leftAligned() nameCell.leftAligned()
nameCell.widthWeight = 1 nameCell.widthWeight = 1
let buttonCell = row.addButton('Copy ID to clipboard'); let buttonCell = row.addButton('Copy ID');
buttonCell.rightAligned() buttonCell.rightAligned()
buttonCell.widthWeight = 1 buttonCell.widthWeight = 1
buttonCell.onTap = () => { buttonCell.onTap = () => {