Modify ↓
Opened 15 years ago
Closed 15 years ago
#2726 closed defect (fixed)
[PATCH] plugin preferences having UI bugs with Nimbus look and feel
Reported by: | Bananeweizen | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Select Nimbus Look and Feel (must Java 1.6).
Restart.
Open plugin preferences.
The plugin descriptions have white background instead of the standard gray background color. Attached patch fixes this by adding a background color to the HTML content of the JEditPane and by replacing an empty border with an inset.
I checked for side effects with all standard look and feels and did not notice any.
Patch root is Eclipse project.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | PluginSelection.java.patch added |
---|
comment:1 by , 15 years ago
Summary: | patch for plugin preferences having UI bugs with Nimbus look and feel → [PATCH] plugin preferences having UI bugs with Nimbus look and feel |
---|
Note:
See TracTickets
for help on using tickets.
Patch