GNOME Bugzilla – Bug 777767
week view: Don't take so much vertical space that I need to scroll or can miss events on GUI
Last modified: 2017-02-02 19:40:22 UTC
I am running gnome-calendar ("master") from gnome nightly apps flatpak repo. Week view takes very much vertical space so I can only fit 6.5 hours on one screen. Because of that I need to scroll vertically over vast empty space. Users might even believe there is no event today or this week, because week view is not showing any events by default. To fix this, I suggest a few UI changes: * Compress sleep times, either by configuration (see bug #746265) or automatically. How about compressing successive hours which are empty over the whole week? * reduce line height. Does one hour really need enough space for 6 lines of text? Since an event takes 2 lines of text in week view, how about reducing the space to 2 or 4 lines?
Created attachment 344361 [details] [review] theme: reduce vertical padding This reduces each hour cell's height, and makes more of the week grid visible at a glance.
Review of attachment 344361 [details] [review]: Code change is OK
Comment on attachment 344361 [details] [review] theme: reduce vertical padding This patch is fine, but it doesn't solve the problem for me when applying the CSS in GtkInspector.
Thanks for the review. The vertical padding was reduced so 1/3 of the day is visible on a 1366x748 screen. Please reopen this issue if you think more padding is needed. Attachment 344361 [details] pushed as ba871e4 - theme: reduce vertical padding
Thanks! Do you know how often (or when) the flatpak package will be rebuilt and updated? I would use that to test gnome-calendar. And I cannot figure out any of this through https://sdk.gnome.org/.
Created attachment 344755 [details] 30 minute event (image)
After this patch, height of 30 minute events exceeds the tile. Please see the attached screenshot above. Thanks
Created attachment 344756 [details] 30 minute event (image) Sorry. This one is the screenshot.
This is another bug. Could you please open a new ticket? The event widget must adapt the content for when the height is not enough
flatpak build is updated, bug is fixed. Thanks!