-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase NavBar preview size on high DPI screens #318
Comments
@byzod ,
It is currently not possible. |
OK that's an option, but I choose light grey as background is all about for a smaller contrast...but considering that compare result is not always shown, high contrast is acceptable What's more, is it possible to change the relative size of navbar lines? Resize the navbar winodw didn't help It looks really small in a 4k monitor, I use 200% dpi scale already. I need to be really close to the screen to tell where those lines are....look how large the pointer is compares to those lines... |
@byzod ,
I think that explains the bad markers. It seems they are not resized properly, I'll check that. You are right about the NavBar on large monitors. I will consider fixing it but I don't know when I'll have the time to do it so it might take a while. |
Take your time, it's just a minor visual problem :D |
Hello Pavel & @byzod,
Pavel, Any idea what might cause the difference? Thank you. |
Hello @byzod , Please try this build - it will fix the symbols view but unfortunately the images are not resized so they will appear rather small on your 4k display. Hello @Yaron10 , The problem comes from the change of the marker symbols. They used to be XMP and now are RGBA and I forgot to set the RGBA images dimensions. Unfortunately I did not manage to resize those and on monitors with very large DPI they will appear small. If I manage to resize those I will write back. The NavBar will be fixed sometime in the future. BR |
Hello Pavel, Thank you for the explanation. Can't NPP's DPIManager be used? BR |
@byzod , The icons are basically the same. The new info is: I'm currently unable to upload an image, sorry about that. Hello @Yaron10 , Just to let you know that I'm already doing in CP DPI scaling of toolbar images which is basically what Notepad++ does in its DPI manager but it doesn't help with margin symbols - those are in hex and need to be re-scaled by Scintilla itself but the corresponding API (SCI_RGBAIMAGESETSCALE) is not working as I expected. BR |
Cool |
Hello Pavel, 👍 BR |
ComparePlus_1.0.0 and npp 8.4.4 (x64)
Original compare plugin works fine (2.0.2.0)
btw is it possible to set the color style of navbar individually? I use a grey background, it works fine with the editor but change indicators are barely visible in navbar
The text was updated successfully, but these errors were encountered: