Need to show description label for appointments in week view
Bug #1294672 reported by
David Planella
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calendar App |
Fix Released
|
Medium
|
Kunal Parmar |
Bug Description
In the week view the appointments are not labelled other than showing the start time - i.e. you can see that you are occupied but can't tell with what.
Appointments should display their Name in the week view too.
Related branches
lp://staging/~pkunal-parmar/ubuntu-calendar-app/EventBubble-MinHeight
- Mihir Soni: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 92 lines (+26/-12)3 files modifiedEventBubble.qml (+22/-10)
TimeLineBase.qml (+3/-2)
WeekView.qml (+1/-0)
tags: | added: bitesize operator-feedback |
Changed in ubuntu-calendar-app: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: bacon-dogfood |
Changed in ubuntu-calendar-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
so currently event bubble height depends on duration of event. if event duration is less, then event bubble height is also less such that it can not display event title.
What should we do in such case ?