Menu is too narrow with calendar hidden
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Indicator Date and Time |
Fix Released
|
Undecided
|
Unassigned | |
| indicator-datetime (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Binary package hint: indicator-datetime
With a recent update, the menu items for events in indicator-datetime have been changed so they don't force the menu to grow in width. This works with the calendar widget visible, because it is wide enough to reserve a comfortable amount of space for the events.
With the calendar disabled, the width of the menu seems to depend on something else. The result is there are about six characters visible for each event's description, which is simply not enough to be useful. Either the events or the menu itself should reserve a minimum width separate from the calendar.
Related branches
- Ted Gould: Pending requested 2011-04-18
-
Diff: 16 lines (+7/-0)1 file modifiedsrc/indicator-datetime.c (+7/-0)
- Ken VanDine: Pending requested 2011-10-13
-
Diff: 301 lines (+59/-27) (has conflicts)8 files modifiedChangeLog (+32/-0)
configure (+10/-19)
configure.ac (+1/-2)
data/datetime-dialog.ui (+0/-1)
debian/changelog (+14/-0)
debian/control (+0/-2)
src/datetime-prefs.c (+0/-1)
src/datetime-service.c (+2/-2)
- Indicator Applet Developers: Pending requested 2011-02-09
-
Diff: 285 lines (+248/-0) (has conflicts)3 files modifieddebian/changelog (+204/-0)
debian/control (+35/-0)
src/datetime-service.c (+9/-0)
Dylan McCall (dylanmccall) wrote : | #1 |
Karl Lattimer (karl-qdh) wrote : | #3 |
ah, this is caused by a one line fix for items with too large a width...
I think I need to set a minimum width on the appointment items.
Changed in indicator-datetime (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in indicator-datetime (Ubuntu): | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
Changed in indicator-datetime: | |
status: | New → Fix Committed |
milestone: | none → 0.2.4 |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package indicator-datetime - 0.2.3-0ubuntu3
---------------
indicator-datetime (0.2.3-0ubuntu3) natty; urgency=low
* debian/
- Set minimum width for appointments to prevent continuous resizing
when the calendar is hiden and ensure there is enough of the
event description visible (LP: #762976)
-- Ken VanDine <email address hidden> Mon, 18 Apr 2011 10:05:41 -0400
Changed in indicator-datetime (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in indicator-datetime: | |
status: | Fix Committed → Fix Released |
reproduced in Ubuntu 11.04 beta 2.
The width of menu when calender is disabled should remain the same as when it is enabled.