boramalper / himawaripy

Set near-realtime picture of Earth as your desktop background
http://labs.boramalper.org/himawaripy
MIT License
1.62k stars 239 forks source link

Image cut on top in Unity #56

Open cdysthe opened 8 years ago

cdysthe commented 8 years ago

Hi,

The image is cut on top in Unity. Seems like the very top is hidden below the top bar. Is there a way to make the image a little bit smaller or to set a top margin?

cadieux commented 8 years ago

This issue happens for Gnome 3 on Fedora as well.

boramalper commented 8 years ago

The image is cut on top in Unity. Seems like the very top is hidden below the top bar. Is there a way to make the image a little bit smaller or to set a top margin?

I realized it as well, but I think it's a design decision of Unity and Gnome. If the top bar has a fixed height (in pixels) across all resolutions, maybe then we can find a solution.

jurf commented 8 years ago

The image is cut both on the top and bottom for me (GNOME 3).

boramalper commented 7 years ago

Is there a way to programmatically determine the height of those top bars in Unity and GNOME 3, or anything specified in documentation or specs? If yes, I can make the necessary changes, otherwise I don't want to blindly "solve" the issue.