Issue Details (XML | Word | Printable)

Key: IZPACK-76
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Jeff Gordon
Reporter: Jeff Gordon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IzPack

Revise FinishPanel and SimpleFinishPanel Icons and Spacing

Created: 25/Apr/08 03:41 PM   Updated: 20/May/08 06:09 AM   Resolved: 16/May/08 11:40 AM
Return to search
Component/s: Panels
Affects Version/s: 3.11.0
Fix Version/s: 4.0.0

Time Tracking:
Not Specified


 Description  « Hide

The current "light bulb" icons don't represent processes that have just finished nor a failed process. The lines should also have greater separation.

I've already made local changes replacing the "light bulb" (information) icons with "gears" (preferences) and think it looks fantastic. I also changed:

add(IzPanelLayout.createParagraphGap());

to

add(IzPanelLayout.createVerticalStrut(5));

Additionally, I changed the failed icon from the light bulb to a red X (stop) icon, but don't know how to fail the installer to test what it looks like.



Jeff Gordon added a comment - 14/May/08 01:35 PM

Would also like to wrap changes for InstallPanel into this as well; replacing the icon shown above the progress panels as the "gears" rather than the "light bulb".

Also added a vertical strut instead of paragraph gap to provide better spacing.

add(IzPanelLayout.createVerticalStrut(5));
//add(IzPanelLayout.createParagraphGap());


Julien Ponge added a comment - 15/May/08 04:35 PM

Pushed to 4.0.1, but feel free to reschedule it for 4.0.0 if you have time.


Jeff Gordon added a comment - 16/May/08 11:40 AM

Committed as specified.