javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/ErrorView.java
changeset 87 1627c337e51e
parent 72 1f0034e370aa
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    75         {
    75         {
    76             addHeader(title, iInstallerUi.getInstallInfo(), null);
    76             addHeader(title, iInstallerUi.getInstallInfo(), null);
    77         }
    77         }
    78         else
    78         else
    79         {
    79         {
    80             Label titleLabel = createLabel(title, getColumns(), SWT.WRAP);
    80             Label titleLabel = createLabel(
       
    81                 getHeadingComposite(), title, getHeadingColumns(), SWT.WRAP);
    81             setCssId(titleLabel, "heading");
    82             setCssId(titleLabel, "heading");
    82         }
    83         }
    83 
    84 
    84         int horizontalSpan = getColumns();
    85         int horizontalSpan = getColumns();
    85         int labelStyle = SWT.WRAP;
    86         int labelStyle = SWT.WRAP;