Opened 16 years ago

Last modified 16 years ago

#148 assigned enhancement

UI cosmetics of the PlayerSettingsDialog

Reported by: Henrik Heimbuerger Owned by: nobody
Priority: minor Milestone: MS4: Future extensions
Component: ui Version: pre-1.0
Keywords: Cc:

Description (last modified by Henrik Heimbuerger)

Remove the (unused) icon space at the front of each row.

Change History (5)

comment:1 Changed 16 years ago by Henrik Heimbuerger

Status: newassigned

comment:2 Changed 16 years ago by SVN

New commit by hheimbuerger (revision [442]):
[Partial fix for ticket #148] Replaced OK/Cancel buttons in the player settings dialog with Close and updated various dialog header descriptions.

comment:3 Changed 16 years ago by Henrik Heimbuerger

Owner: changed from Fabian Rohn to Henrik Heimbuerger

comment:4 Changed 16 years ago by SVN

New commit by hheimbuerger (revision [508]):
[Partial fix for ticket #148] Adjusted the column widths of the player overview dialog table.

comment:5 Changed 16 years ago by Henrik Heimbuerger

Description: modified (diff)
Milestone: MS1: First usable versionMS5: Optional extensions
Owner: changed from Henrik Heimbuerger to nobody

Solving the problem with the free icon space at the beginning of each row doesn't seem to be as easy as it sounds.

It almost looks like an SWT bug or at least some weird behaviour of Windows. As soon as you assign an image to any cell, not only will the first column additionally reserve space for the same size of image, all images in other columns will be rescaled to that size as well.
So the free space at the beginning of each row you currently see actually has the same width as the car image.

Assuming there's no workaround for this, I'm not quite sure how to deal with it. Right now, it not only creates the weird effect of the free space in the first column, it also leads to the connector icons being streched (because the car images are wider).

Note: See TracTickets for help on using tickets.