win-10-virtual-desktop-enhancer
win-10-virtual-desktop-enhancer copied to clipboard
Tooltip design
Hello,
first I'd like to thank you very much for the outstanding work you're doing.
The first area for improvement that came to my mind is the Tooltip design. It would be great to have the text aligned center at least. For me personally it would be perfect to have an option to make the tooltip spread whole width of the screen and use Segoe UI font that Windows 10 uses. Here's what I mean: https://photos.app.goo.gl/icMaHcanvYZhUiDW9
I would really appreciate if you could please make this update.
Also supporting transparency in the BackgroundColor
would be appreciated (rgba hex format)
After a bit of digging I saw that the fact that the text is not aligned might happen on HiDPI screens. When creating the tooltip with -DPIScale
it aligns it correctly. (see libraries/tooltip.ahk
)
Gui, %GUIHandleName%:-Caption +ToolWindow +LastFound +AlwaysOnTop **-DPIScale**