Opened 12 years ago
Closed 12 years ago
#2446 closed defect (fixed)
Journal toolbar search field should expand to consume available space
Reported by: | garycmartin | Owned by: | |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | untriaged | Version: | Unspecified |
Severity: | Minor | Keywords: | olpc-0.90 r+ |
Cc: | erikos | Distribution/OS: | Unspecified |
Bug Status: | Resolved |
Description
This looks like a design regression from previous Sugar releases that I think slipped in with the addition of the new sort options icon. Attached a screen shot taken on an XO-1 running the F14 test 0.90 build.
Attachments (3)
Change History (8)
Changed 12 years ago by garycmartin
comment:1 Changed 12 years ago by garycmartin
Changed 12 years ago by garycmartin
comment:2 Changed 12 years ago by garycmartin
- Cc erikos added
- Keywords r? added
Just a ping to see if this can land at all.
comment:3 follow-up: ↓ 4 Changed 12 years ago by erikos
- Keywords r+ added; r? removed
Looks good. As the _add_separator method is not used anymore we can remove it. r+ with that change
comment:4 in reply to: ↑ 3 Changed 12 years ago by garycmartin
Replying to erikos:
Looks good. As the _add_separator method is not used anymore we can remove it. r+ with that change
Fab :) git format-patch attached with both the separator line, and the _add_separator method removed.
comment:5 Changed 12 years ago by erikos
- Bug Status changed from Unconfirmed to Resolved
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Looking at /usr/lib/python2.7/site-packages/jarbe/journal/journaltoolbox.py at about line number 112, there is a:
Remove this, and the search field is correctly expanding to fill the available space again. See attached screen shot.