-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Round corners of workspaces in multitasking view #1734
Conversation
@danirabbit I increased outline border radius, does it look better on your screen? |
@lenemter I think what's actually happening is that in the cairo rounded rectangle function the corners are drawn offset by like a half pixel which gives that weird aliasing. Gonna try to see if I can figure out how to fix it |
@lenemter okay I don't know enough about cairo to fix this lol. But I think just making it 1px larger is what it should be and not 3px larger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can fiddle with values later if we need to, rather not let perfect be the enemy of good :)
Closes #1545