irusanov / ZenTimings

Home Page:https://zentimings.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot button is hovered on screenshots itself.

CfYz-R opened this issue · comments

Cosmetical, but noiticable:)
Even on your main page on screenshot of 1.2.0 - photocamera icon is hovered, can you fix/change this?

P.S. ZT 1.2.1

Example of what I mean:

ZenTimings_Screenshot_Button_Hover || ZenTimings_Screenshot_Normal_Window

I think there is no need to open different issue, because it's somewhat related to cosmetic too. When Ryzen DRAM calculate tRFC values from ns and after you've input them - they often reported as fractional numbers, not wholes. And thus the window of ZT 1.2.1 is getting wider by 2px - 378x538 instead of 376x538. I don't know if it bothers you, but just noticved this when comparing my OC results and timings play...

ZenTimings_3466_XMP_9 (3400 TM+) || ZenTimings_3466_XMP_10 (3400 TM+)

There are 2 things I can do:

  • set the same minimum width to all value fields, which will increase the overall width of the application with around 7px
  • set the floating point precision of tRFC (ns) to 2 or 3, instead of 4, so the string is not longer than Enabled/Disabled.

Maybe there is some people that using 4 digits floating point numbers for overclock tRFC, I personally doubt it but anyway. So 7px not so big trade off.

My personal opinion that 2 digits after comma - more than enough and looks clean and better overall. But all is up to you, I can only advice from user perspective:)

Fixed in v1.2.2