style(details): size the Info tab fields to their contents

Six equal columns gave a US county name the same width as a two-digit CQ
zone: the county truncated while the zones, the prefix and the DXCC
number sat mostly empty. The row is twelve columns now, spans set per
field.

The bearing and the two distances are read-only and never exceed
"12345 km", so they move to a flex row at a fixed width and the address —
the one field here that was never wide enough — takes the remainder.
This commit is contained in:
2026-08-01 01:22:35 +02:00
parent c21d6cc23a
commit 589e0b9b6a
3 changed files with 65 additions and 43 deletions
+5 -2
View File
@@ -12,11 +12,14 @@
"type": "QSOFIELDS",
"field": "address",
"match_by": "description",
"exact_match": true,
"pattern": "",
"one_ref_per_qso": true,
"or_rules": [
{
"field": "qth",
"match_by": "description"
"match_by": "description",
"exact_match": true
}
],
"dxcc_filter": [
@@ -34,7 +37,7 @@
],
"total": 0,
"builtin": true,
"version": 1
"version": 2
},
"references": [
{