Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-01-23 20:27:03 +0000
committermkersten2007-01-23 20:27:03 +0000
commit0642ec87a1c12d961d6a00732c5d719daa695f3c (patch)
treea7b8848a52e48896be00e7cc35e3b416d5debbb8 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent4d2bbbb668f2706f6e335f6b5cf7f3058fcbe8b2 (diff)
downloadorg.eclipse.mylyn.tasks-0642ec87a1c12d961d6a00732c5d719daa695f3c.tar.gz
org.eclipse.mylyn.tasks-0642ec87a1c12d961d6a00732c5d719daa695f3c.tar.xz
org.eclipse.mylyn.tasks-0642ec87a1c12d961d6a00732c5d719daa695f3c.zip
RESOLVED - bug 170450: [mac] improve default task editor font
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170450
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-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