javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt/ViewBase.java
branchRCL_3
changeset 60 6c158198356e
parent 24 0fd27995241b
--- a/javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt/ViewBase.java	Thu Jul 15 18:31:06 2010 +0300
+++ b/javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt/ViewBase.java	Thu Aug 19 09:48:13 2010 +0300
@@ -412,7 +412,11 @@
         gridData.horizontalSpan = aColumns;
         gridData.horizontalAlignment = SWT.CENTER;
         gridData.verticalAlignment = SWT.TOP;
+        // This is to lower the image at the same level with the texts.
+        // eSWT's Label adds extra space around texts but not around images.
+        gridData.verticalIndent = iInstallerUi.iconLabelTopMargin();
         label.setLayoutData(gridData);
+        label.setFont(iInstallerUi.getBoldFont());
         return label;
     }