Reduce size of address column on Bluetooth Advertisement monitor

This commit is contained in:
J. Nick Koston 2025-01-29 12:51:56 -06:00
parent b95e87845f
commit 64b886eea0
No known key found for this signature in database

View File

@ -84,7 +84,7 @@ export class BluetoothAdvertisementMonitorPanel extends LitElement {
hideable: false,
moveable: false,
direction: "asc",
flex: 2,
flex: 1,
},
name: {
title: localize("ui.panel.config.bluetooth.name"),