From 04c07646fa7d429eaca68c3b5166952fd92abf12 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Wed, 3 Aug 2011 18:54:19 +0530 Subject: Fixed Bug 3173 - Wrong password does not report problem properly. --- src/com.gluster.storage.management.gateway/WebContent/index.html | 6 +++--- .../rootfiles/gluster-management-console.jnlp | 7 ++++--- .../rootfiles/index.html | 8 -------- .../storage/management/gui/utils/ChartViewerComposite.java | 6 +----- 4 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html (limited to 'src') diff --git a/src/com.gluster.storage.management.gateway/WebContent/index.html b/src/com.gluster.storage.management.gateway/WebContent/index.html index 620c949b..85b03dbf 100644 --- a/src/com.gluster.storage.management.gateway/WebContent/index.html +++ b/src/com.gluster.storage.management.gateway/WebContent/index.html @@ -103,9 +103,9 @@ Could not identify your CPU architecture. Please click on the appropriate link below to invoke Gluster Management Console! diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp index 597adf4c..afe3bd2e 100644 --- a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp +++ b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp @@ -33,11 +33,12 @@ + - - -nosplash - + \ No newline at end of file diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html deleted file mode 100644 index 70f47279..00000000 --- a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Gluster Storage Platform - - -Gluster Storage Platform - - diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ChartViewerComposite.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ChartViewerComposite.java index e4d00f75..d89923f2 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ChartViewerComposite.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ChartViewerComposite.java @@ -252,7 +252,7 @@ public final class ChartViewerComposite extends Composite implements PaintListen yAxisPrimary.getMajorGrid().setTickStyle(TickStyle.LEFT_LITERAL); yAxisPrimary.getMajorGrid().setLineAttributes(LineAttributesImpl.create(ColorDefinitionImpl.GREY(), LineStyle.SOLID_LITERAL, 1)); yAxisPrimary.getLabel().setVisible(true); - yAxisPrimary.getLabel().getCaption().setFont(createChartFont()); + yAxisPrimary.getLabel().getCaption().getFont().setSize(8); yAxisPrimary.setFormatSpecifier(new NumberFormatSpecifierImpl() { @Override public String getSuffix() { @@ -283,10 +283,6 @@ public final class ChartViewerComposite extends Composite implements PaintListen return xAxisPrimary; } - public static FontDefinition createChartFont() { - return FontDefinitionImpl.create("Serif", 8, false, false, false, false, false, 0d, TextAlignmentImpl.create()); - } - /** * @param categories * Categories of the pie chart -- cgit