From d4aaf35eaab80ef7fa76abb22e6d690f1e371a29 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 06 Jul 2007 11:52:45 +0000
Subject: [PATCH] Move the progress icon inside the panels instead of putting it in the lower left side of the dialog.  Do not display the progress icon when the user clicks on "Launch Status Panel" at the end of the setup but update the icon and put it in busy mode.

---
 opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java b/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
index 0ca9125..9ef24f7 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -89,7 +89,7 @@
   /**
    * Specifies the extra left inset for the sub-steps.
    */
-  public static final int LEFT_INSET_SUBSTEP = 10;
+  public static final int LEFT_INSET_SUBSTEP = 20;
   /**
    * Specifies the top inset for the instructions sub panel.
    */

--
Gitblit v1.10.0