Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index d8cf9f8e8..148c3651e 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -521,8 +521,11 @@
id="org.eclipse.mylar.tasklist.ui.fonts.task.editor.comment"
isEditable="true"
label="Task Editor - Notes and Comments"
- value="org.eclipse.jface.dialogfont-10">
- <!-- defaultsTo="org.eclipse.jface.dialogfont" -->
+ value="org.eclipse.jface.dialogfont-">
+ <fontValue
+ ws="win32"
+ value="Tahoma-regular-10">
+ </fontValue>
<description>
Text font used for task editor text areas.
</description>

Back to the top