Ticket #357 (closed defect: fixed)

Opened 3 years ago

Last modified 8 months ago

Default dictionary needs some ui love

Reported by: timeless Owned by:
Priority: minor Milestone: 2011.2
Component: GUI Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

Description

w7 rc; medium fonts; NVDA 0.6p3.2

  1. It should probably be a window, not a dialog
  2. It's incredibly narrow (especially at medium fonts)
  3. "edit" isn't uppercase, unlike "Add" and "Remove"
  4. OK/Cancel aren't actually aligned with the other buttons (this is solvable by fixing 1 and getting rid of them)
  5. The label for the list should be above the scrollable area (or simply removed if you fix 1)

Attachments

default dictionary.png Download (14.8 KB) - added by timeless 3 years ago.
Default dictionary dialog

Change History

Changed 3 years ago by timeless

Default dictionary dialog

comment:1 Changed 8 months ago by mdcurran

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to 2011.2

Some things fixed in changeset:main,4417. specifically moving the entries label and capitalizing the first letter of the Edit button.
As for changing the dialog to a frame (window) at this point in time I think dialog is better as it is a form of settings dialog. And as for the Ok and Cancel buttons not being aligned: I assume this must also be the case for all other settings dialogs as its the same code (I think).
If this is the case, another ticket should be opened talking about this more broadly.
closing as fixed as the two specific issues were done.

Note: See TracTickets for help on using tickets.