Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-07-29 21:58:42 +0000
committermkersten2006-07-29 21:58:42 +0000
commitf0be8cf38fa52add907a721b19c2542938e0e89c (patch)
tree0f34df4781dbb38d30472a1c691b43dffb42a0e3 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent2766bfdf1cd163f980904cd0e827e0271c520c75 (diff)
downloadorg.eclipse.mylyn.tasks-f0be8cf38fa52add907a721b19c2542938e0e89c.tar.gz
org.eclipse.mylyn.tasks-f0be8cf38fa52add907a721b19c2542938e0e89c.tar.xz
org.eclipse.mylyn.tasks-f0be8cf38fa52add907a721b19c2542938e0e89c.zip
Completed: 152256: Default font setting for task comments looks ugly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=152256
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 19ecdaea5..92a983f90 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -418,7 +418,7 @@
id="org.eclipse.mylar.tasklist.ui.fonts.task.editor.comment"
isEditable="true"
label="Task Editor - Notes and Comments"
- value="null-regular-10">
+ value="Tahoma-regular-10">
<description>
Text font used for task editor text areas.
</description>

Back to the top