Updated locked theme
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1023 B After Width: | Height: | Size: 1.2 KiB |
@@ -15,7 +15,7 @@ public class BookTreeRenderer extends DefaultTreeCellRenderer {
|
|||||||
ret.setForeground(new Color(0xFF, 0xFF, 0x00));
|
ret.setForeground(new Color(0xFF, 0xFF, 0x00));
|
||||||
ret.setIcon(Icons.attention);
|
ret.setIcon(Icons.attention);
|
||||||
} else if (s.isLocked()) {
|
} else if (s.isLocked()) {
|
||||||
ret.setForeground(new Color(0x00, 0x80, 0x00));
|
ret.setForeground(new Color(0x00, 0x80, 0xFF));
|
||||||
ret.setIcon(Icons.locked);
|
ret.setIcon(Icons.locked);
|
||||||
} else if (s.getStartOffset() == 0) {
|
} else if (s.getStartOffset() == 0) {
|
||||||
ret.setIcon(Icons.important);
|
ret.setIcon(Icons.important);
|
||||||
|
|||||||
Reference in New Issue
Block a user