Cannot read Trasnmission line Pysical Parameters

How can I improve colors here? This is the dark theme on my Usubnut 23.04 using Gnome.

Application: KiCad PCB Editor x86_64 on x86_64

Version: 7.0.5-4d25ed1034~172~ubuntu23.04.1, release build

Libraries:
	wxWidgets 3.2.2
	FreeType 2.12.1
	HarfBuzz 6.0.0
	FontConfig 2.14.1
	libcurl/7.88.1 OpenSSL/3.0.8 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh/0.10.4/openssl/zlib nghttp2/1.52.0 librtmp/2.3

Platform: Ubuntu 23.04, 64 bit, Little endian, wxGTK, ubuntu-xorg, x11

Build Info:
	Date: May 27 2023 23:08:39
	wxWidgets: 3.2.2 (wchar_t,wx containers) GTK+ 3.24
	Boost: 1.74.0
	OCC: 7.6.3
	Curl: 7.88.1
	ngspice: 38
	Compiler: GCC 12.2.0 with C++ ABI 1017

Build settings:
	KICAD_SPICE=ON

Reset to Defaults does not fix the fields.

Also, it changes the Transmission line type. And this is the last thing the user is expecting. It has to change the values only.

A yellow box just means no valid value input (no value, or a value <=0 or <0 (depending on the field)) and a red one means it couldn’t be calculated / NaN (Not a number). This is why resetting the values works.

The problem is that with your theme the nan is white/bright gray, which is problematic on this bright red background.

Edit:

Checked the source code. The background colour is set in TRANSLINE::setErrorLevel(), in ./pcb_calculator/transline/transline.cpp . The text/foreground colour is not set and probably depends on your theme.

It is not my theme. It is dark theme from Kicad.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.