diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-08-24 02:52:43 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-08-24 02:52:43 +0000 |
| commit | 195c3711e29ea808a0223a44e79b60722dcb3253 (patch) | |
| tree | 99100cad9be83963ba53504d36849f7d980fa01c /qpid/java | |
| parent | 521d243002695bae477de132aaf745b6f6730082 (diff) | |
| download | qpid-python-195c3711e29ea808a0223a44e79b60722dcb3253.tar.gz | |
Make the highlighted (editable) attributes more distinguishable
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/AttributesTabControl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/AttributesTabControl.java b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/AttributesTabControl.java index 2408faae3a..f21647b2d2 100644 --- a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/AttributesTabControl.java +++ b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/AttributesTabControl.java @@ -882,7 +882,7 @@ public class AttributesTabControl extends TabControl { attribute = (AttributeData) element; if (attribute.isWritable()) - return Display.getCurrent().getSystemColor(SWT.COLOR_DARK_BLUE); + return Display.getCurrent().getSystemColor(SWT.COLOR_BLUE); else return Display.getCurrent().getSystemColor(SWT.COLOR_BLACK); } |
