genebean / PiWeatherRock

Displays local weather on a Raspberry Pi
https://piweatherrock.technicalissues.us
MIT License
50 stars 23 forks source link

Left column margin in daily and hourly forecast further to the left #35

Open dodas425 opened 4 years ago

dodas425 commented 4 years ago

Hi there! One thing really bothers me! Maybe this can be fixed relatively quickly? Can the left outer column line be shifted one unit to the left? Unfortunately I don't find the place in the coding where you can set this? Thank you!

Unbenannt

genebean commented 4 years ago

Are you talking about moving the vertical line that is the left border to the left a little? If so, I’m game but curious why.

dodas425 commented 4 years ago

Yes, exactly this vertical line!

Von meinem iPhone gesendet

Am 01.02.2020 um 15:16 schrieb Gene Liverman notifications@github.com:

Are you talking about moving the vertical line that is the left border to the left a little? If so, I’m game but curious why.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dodas425 commented 4 years ago

The left rectangle is smaller than the other 3 ones next! So today's low temperature and cloud are too close to the edge (first vertical line) ...

genebean commented 4 years ago

What resolution is your display?

Sent with GitHawk

dodas425 commented 4 years ago

The resolution is 320 x 240.

genebean commented 4 years ago

Ahhhh, that explains it. This version currently makes some assumptions that include the resolution being at least 480x320. You are the second person to run into issues due to a lower resolution. I’ll look into this soon though.

Sent with GitHawk

dodas425 commented 4 years ago

OK, then it's settled :-) I am glad when the adjustment comes. Thanks a lot