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 Bram Kragten
parent 0dff538298
commit 91319be855

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