ramdor / Thetis

The main working repo for changes to Thetis for the Apache Labs line of radios. Find us here : https://discord.gg/6fHCRKnDc9
https://discord.gg/6fHCRKnDc9
GNU General Public License v2.0
49 stars 14 forks source link

[BUG] Noise floor text now red, and color pickers wrong scaling #310

Closed RdWing closed 9 months ago

RdWing commented 9 months ago

Thetis v2.10.3.4

After installing noticed the noise floor dBm text is now red, the same color as the line, vs yellow as it was before. Instead of having the text be the same color as the line, can we have the text be yellow again?

Also have noticed that when opening all color pickers, they seem to show up in the wrong place (like off screen, or in corners), and are not being properly DPI scaled.

ramdor commented 9 months ago

yes text color was changed to be the same as the line as it was fixed at yellow before. There is an option to change the line colour, which also changes the text colour.

No idea about your colour picker issues. All fine here.

image

ramdor commented 9 months ago

added new colour option for the text

image

ramdor commented 9 months ago

any update on the colour picker issue? otherwise will close this. I don't have any issue with it this end.

ramdor commented 9 months ago

311 added the colour setting. Closing.

RdWing commented 9 months ago

Hi, sorry for the late reply. I am still experiencing some strangeness with the color pickers. On the latest 2.10.3.5 PR3, I can't seem to get the pickers to appear at all anymore. https://youtu.be/ua2w4MbsP9M

ramdor commented 9 months ago

no changes to ColorButton.cs or ColorButton.resx for 7 years. Very odd indeed.

ramdor commented 9 months ago

can you check ErrorLog.txt (in same folder as database.xml). Also are you using anything which may take the focus away from SetupForm?

RdWing commented 9 months ago

Nothing really in ErrorLog.txt, nothing recent at least. I have nothing running that would take the focus away.

I think what's happening is that this is a multi monitor setup. Main display is 3840x1600, 100% scaling. The second monitor is a 4k 2160x3840 in vertical mode, where I have some meters displayed. So something gets a little wonky with that.

I was able to work around the issue by changing some of the scaling options. Screenshot 2023-12-10 152937

ramdor commented 9 months ago

interesting, I just tried landscape on my second monitor, but it is the same native res as primary monitor. ColourPicker worked ok. I even tried different display scales and it worked ok. Perhaps screen driver needs an update?

Anyway, closing this out. Cheers for tracking down a work around.