win-10-virtual-desktop-enhancer icon indicating copy to clipboard operation
win-10-virtual-desktop-enhancer copied to clipboard

Tooltip design

Open messyalex opened this issue 6 years ago • 2 comments

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.

messyalex avatar Aug 02 '18 22:08 messyalex

Also supporting transparency in the BackgroundColor would be appreciated (rgba hex format)

puco avatar Nov 16 '18 15:11 puco

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**

puco avatar Nov 16 '18 16:11 puco