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 )
Remove the (unused) icon space at the front of each row.
Change History (5)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Owner: | changed from Fabian Rohn to Henrik Heimbuerger |
---|
comment:4 Changed 16 years ago by
comment:5 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Milestone: | MS1: First usable version → MS5: 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).
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.