IzPack

Revise FinishPanel and SimpleFinishPanel Icons and Spacing

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 3.11.0
  • Fix Version/s: 4.0.0
  • Component/s: Panels
  • Labels:
    None
  • Number of attachments :
    0

Description

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.

Activity

Hide
Jeff Gordon added a comment -

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());

Show
Jeff Gordon added a comment - 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());
Hide
Julien Ponge added a comment -

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

Show
Julien Ponge added a comment - Pushed to 4.0.1, but feel free to reschedule it for 4.0.0 if you have time.
Hide
Jeff Gordon added a comment -

Committed as specified.

Show
Jeff Gordon added a comment - Committed as specified.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: