Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2009-04-10 17:01:04 +0000
committerddunne2009-04-10 17:01:04 +0000
commitbdd9932419924ef934f02d94a156bcc0d29af779 (patch)
tree61cd8ebcc3925e236491c223da5576ae95bc37f4
parent750c14da679bbab6c10cd02398a44489296ba154 (diff)
downloadorg.eclipse.osee-bdd9932419924ef934f02d94a156bcc0d29af779.tar.gz
org.eclipse.osee-bdd9932419924ef934f02d94a156bcc0d29af779.tar.xz
org.eclipse.osee-bdd9932419924ef934f02d94a156bcc0d29af779.zip
-rw-r--r--org.eclipse.nebula.widgets.xviewer/src/org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.nebula.widgets.xviewer/src/org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.java b/org.eclipse.nebula.widgets.xviewer/src/org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.java
index 48776e616c0..0a183f46efd 100644
--- a/org.eclipse.nebula.widgets.xviewer/src/org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.java
+++ b/org.eclipse.nebula.widgets.xviewer/src/org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.java
@@ -129,7 +129,6 @@ public class DialogWithEntry extends MessageDialog {
if (fillVertically) {
text.setFillVertically(true);
text.setHeight(200);
-
text.setFont(font);
}
text.createWidgets(comp, 2);

Back to the top