GNOME Bugzilla – Bug 684619
dash: uneven padding at the top / bottom of the dash
Last modified: 2012-10-17 12:24:01 UTC
Created attachment 224973 [details] dash: missing padding at the top See attached screen-shot. This must be some kind of regression. The padding at the bottom of the dash is still fine.
Doing some measuring it turns out that the padding at the bottom of the dash is actually too big, so the padding missing at the top might be what's too much at the bottom, as if the vertical position of all items in the dash is too high.
Created attachment 224988 [details] [review] dash: Make padding even on the top/bottom of the dash When Florian landed the new dash container to show the all apps button always, he got the math wrong -- he forgot to add padding around the container, and used the height of the box to calculate a y2 position, rather than the y2 position of the box.
Created attachment 224993 [details] [review] dash: Make padding even on the top/bottom of the dash When Florian landed the new dash container to show the all apps button always, he got the math wrong -- he forgot to add padding around the container, and used the height of the box to calculate a y2 position, rather than the y2 position of the box. I removed some code at the list minute by accident that broke the patch.
Can I please get a review on this? Florian?
Review of attachment 224993 [details] [review]: Oh, so after the commit messages explains in detail how I'm too stupid to do math, I'm at least smart enough to review it? </sarcasm> The code itself is fine.
*** Bug 685140 has been marked as a duplicate of this bug. ***
freeze is over, so I guess this should be committed now, with a better commit message...
q# Bug 684619 - dash: uneven padding at the top / bottom of the dash - UNCONFIRMED Attachment 224993 [details] pushed as 7206b61 - dash: Make padding even on the top/bottom of the dash
*** Bug 685427 has been marked as a duplicate of this bug. ***
*** Bug 686289 has been marked as a duplicate of this bug. ***