Skip to content
  • Abdullahi Usman's avatar
    event-widget : hide hour label on full day event · e0a397de
    Abdullahi Usman authored and Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto committed
    All events in month-popover displays hour-label indicating their start time,
    but all-day events should not display their start time.
    
    This is caused by gtk_widget_show_all recursively setting the events list-box
    and all its childrens visible.
    
    We replace gtk_widget_show_all with gtk_widget_show to show the events list-box
    and its childrens.
    
    #250
    
    
    (cherry picked from commit c7f522ea)
    e0a397de