Reduce size of address column on Bluetooth Advertisement monitor (#23942)

This commit is contained in:
J. Nick Koston 2025-01-29 09:01:47 -10:00 committed by GitHub
parent b95e87845f
commit e3f2f66206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"),