Dash Text cursor should be 1x30px not 2x34px
Bug #942122 reported by
Xi Zhu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Triaged
|
Low
|
Unassigned | ||
unity-2d |
Fix Released
|
Low
|
Tiago Salem Herrmann | ||
unity (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
The dash search field cursor should be 1x30px.
Design is available in HUD mockups.
Related branches
lp://staging/~tiagosh/unity-2d/fix-dash-cursor
- Albert Astals Cid (community): Approve
- Paul Sladen (community): Needs Fixing (functionality)
- Gerry Boland (community): Needs Fixing (design (rosie))
- Xi Zhu: Pending (design) requested
-
Diff: 42 lines (+12/-19)1 file modifiedshell/common/SearchEntry.qml (+12/-19)
Changed in unity-2d: | |
status: | New → In Progress |
assignee: | nobody → Tiago Salem Herrmann (tiagosh) |
importance: | Undecided → Low |
Changed in unity: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in unity (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Low |
status: | In Progress → Triaged |
Changed in unity-2d: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Unity 2D: the cursor is being dynamically stretched vertically based on the size of the text. To get text the same height as the mockup, it is necessary to use a size of 29 pixels; but this produces a cursor height of 32 pixels.