Gabboxl / FluentWeather

A beautiful UWP weather app for Windows
https://apps.microsoft.com/store/detail/fluentweather/9PFD136M8457
GNU General Public License v3.0
159 stars 14 forks source link

LiveTile Improvements - Timestamp and Freshness Check #20

Closed hl2guide closed 11 months ago

hl2guide commented 1 year ago

Please consider improving the LiveTile feature in these ways:

example tile

Gabboxl commented 1 year ago

Yeah, I would have done that but designing livetiles is not a simple job :((. Will look into this again btw.

PIndividual commented 1 year ago

Just hoping would it be possible to move all texts in the live tile a bit lower, currently texts on wide live tiles are all stuck on the top, leaving an entire blank space below, which could look much better if all the texts are moved to a lower spot. image

Gabboxl commented 1 year ago

Just hoping would it be possible to move all texts in the live tile a bit lower, currently texts on wide live tiles are all stuck on the top, leaving an entire blank space below, which could look much better if all the texts are moved to a lower spot.

This is weird, mine looks like the one in the first post of this issue. Are you using more than 125% of scaling?

PIndividual commented 1 year ago

Yes, I'm with 150%

PIndividual commented 1 year ago

Well, most modern laptops with screens using high resolutions has high scaling value

Gabboxl commented 1 year ago

Yes, I'm with 150%

Well, most modern laptops with screens using high resolutions has high scaling value

Yeah, well Live Tiles are an old piece of technology that is very difficult to design. I will not spend time optimizing the tiles for high DPI displays, it requires too much time and testing, unfortunately

Gabboxl commented 11 months ago

Hi, just an update about this issue. After some tests, I came to the conclusion that adding a label with the time of the last update is not possible because there isn't enough space on the tile. Unfortunately the scaling of the live tiles on Windows is not really coherent, and I don't think I can really do something about it.

If someone wants to contribute or has a solution to this, please reopen or create a new issue!