mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 23:37:41 +00:00
Update VRR-Monitor.js
This commit is contained in:
parent
4c952afe9c
commit
c85a040fe0
1 changed files with 2 additions and 2 deletions
|
@ -94,11 +94,11 @@ function populateTable(table, stations) {
|
||||||
|
|
||||||
let nameCell = row.addText(station.value)
|
let nameCell = row.addText(station.value)
|
||||||
nameCell.leftAligned()
|
nameCell.leftAligned()
|
||||||
nameCell.widthWeight = 1
|
nameCell.widthWeight = 70
|
||||||
|
|
||||||
let buttonCell = row.addButton('Copy ID');
|
let buttonCell = row.addButton('Copy ID');
|
||||||
buttonCell.rightAligned()
|
buttonCell.rightAligned()
|
||||||
buttonCell.widthWeight = 1
|
buttonCell.widthWeight = 20
|
||||||
buttonCell.onTap = () => {
|
buttonCell.onTap = () => {
|
||||||
Pasteboard.copy(station.data);
|
Pasteboard.copy(station.data);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue