Steffen

Results 19 comments of Steffen

Thanks for the further explanation! It confirms what I thought how it works. Turns out that "सिखाया" was no good choice for the gap at the end that I had...

Probably I should've added some screenshots 😄 (HiDPI display, 150% scaling) FWIW In the below table, images are resized to fit into the cells. If you open them in separate...

> I'm unhappy about the text padding. I failed to calculate it based on the text measuring performed a few lines above. Let me try again. The reason why it...

Now the text is vertically centered in the gap between icon and window bottom. It looks like being closer to the icon because the selection rectangle is bigger than the...

I can't repro. However, you generate an off-by-one in the linked code. In the `if` branch, postfix incrementation should be used `sizeof History[0] * HistoryCount++` and in the `else` branch...

@stianhoiland I could jump in here if you like. There are two possibilities: - Microsoft wants us to specify DPI awareness and context in the manifest. Creating a manifest file...

> [...] its implementation should support WM_DPICHANGED. I really don't think that you want to process the WM_DPICHANGED message. Let me try to explain it a little more in detail...

> If someone knows exactly why, please explain :) `xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"` adds the `asmv3` namespace to the manifest. This is required, while repeating it like in `` might not be needed...

Thanks for the clear advice, Stian. Appreciated! Speaking only for myself: You know I already closed a PR because it's hard to keep track if it's like an entire refactoring...