Modify ↓
Opened 14 years ago
Closed 14 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)
Changed 14 years ago by
Attachment: | PluginSelection.java.patch added |
---|
comment:1 Changed 14 years ago by
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