-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix icons clipping when bouncing #307
Conversation
thank you :) |
Hmm that's strange I just tested again and the issue is fixed for me when using gala main and this branch on both X and wayland. |
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.
So, this PR hardcodes bottom margin... but we probably should make it editable by custom css because of #304 (comment). You can probably make a some widget on the bottom and set its height to 9 by default in the Application.css, but I'm not sure if it will work.
Bottom padding propery for the dock element, i would guess. can confirm clipping still happening with this branch |
Bottom margin has always been hardcoded (in the CSS), this PR only uses that value to get some calculations right. I think we should change that in a different PR. |
That is so strange :( |
Ah nvm I think I missed your point (with CSS being changeable and the constant not), I'll look into it |
Alright I pulled latest master since the referred gala PR was merged, did a clean, and an install, and..... it mostly works! I think the margin is just not quite high enough. Most icons work but Photos has the tip of the tilted photo at the top of the icon cut off. |
Superseded by #328 |
Fixes #275 without some issues introduced in #303 like a gap between maximized window and dock when set to never hide or offset context menus.
Requires elementary/gala#2108