-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Toolbar icons blurry #4328
Comments
@Noisyfox |
also i found toolbar > emboss > text alignment and style buttons blurry. these could be related with this issue |
Sure I'll take a look soon. BTW thanks for your icon rework, that's amazing~ |
Thanks for your efforts on orca, way better than other ones. just wanted to help on project to make it better |
@Noisyfox OrcaSlicer/src/slic3r/GUI/GLToolbar.cpp Line 1383 in eb5a1bc
OrcaSlicer/src/slic3r/GUI/GLToolbar.cpp Line 192 in eb5a1bc
|
Is there an existing issue for this problem?
OrcaSlicer Version
2.0
Operating System (OS)
Windows
OS Version
10 LTSC
Additional system information
No response
Printer
Creality K1
How to reproduce
Changing window width aligns toolbar to perfect center that makes start point of toolbar as float number instead of int. that causes blurry images
Actual results
here is comparison of perfect fit vs slightly shifted blurry icons
i changed window width few times to catch perfect fit
Expected results
i guess current placement of toolbar if sidebar on left
start_point_of_toolbar = ((window_width - sidebar_width ) / 2 )- (toolbar_width / 2)
number should be convert to "int" after calculation to fix that otherwise window tries to render toolbar start with decimal numbers and that causes blurry images
Project file & Debug log uploads
Checklist of files to include
Anything else?
No response
The text was updated successfully, but these errors were encountered: