Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-04-07 00:55:44 +0000
committermkersten2006-04-07 00:55:44 +0000
commit5ece90e020cb3935098959b903100e05957ffba4 (patch)
treefccb985099b4d73844f2f7e19ebef8cde4527bd2 /org.eclipse.mylyn.tasks.ui/plugin.xml
parent544216ef08daef4183276b58d5f88dee3b295082 (diff)
downloadorg.eclipse.mylyn.tasks-5ece90e020cb3935098959b903100e05957ffba4.tar.gz
org.eclipse.mylyn.tasks-5ece90e020cb3935098959b903100e05957ffba4.tar.xz
org.eclipse.mylyn.tasks-5ece90e020cb3935098959b903100e05957ffba4.zip
Progress on: 129619: do UI revision and clean-up
https://bugs.eclipse.org/bugs/show_bug.cgi?id=129619
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 6506f6056..200bd582b 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -303,10 +303,10 @@
<extension
point="org.eclipse.ui.themes">
<themeElementCategory
- id="org.eclipse.mylar.tasklist.ui.presentation.colors"
- label="Mylar Colors"/>
+ id="org.eclipse.mylar.tasklist.ui.presentation"
+ label="Mylar"/>
<colorDefinition
- categoryId="org.eclipse.mylar.tasklist.ui.presentation.colors"
+ categoryId="org.eclipse.mylar.tasklist.ui.presentation"
id="org.eclipse.mylar.tasklist.ui.colors.background.category"
isEditable="true"
label="Task List Category Background"
@@ -315,12 +315,9 @@
Background color of Task List categories and queries.
</description>
</colorDefinition>
-
- <themeElementCategory
- id="org.eclipse.mylar.tasklist.ui.presentation.fonts"
- label="Mylar Fonts"/>
- <fontDefinition
- categoryId="org.eclipse.mylar.tasklist.ui.presentation.fonts"
+
+ <fontDefinition
+ categoryId="org.eclipse.mylar.tasklist.ui.presentation"
defaultsTo="org.eclipse.jface.textfont"
id="org.eclipse.mylar.tasklist.ui.fonts.task.editor.comment"
isEditable="true"

Back to the top