GP-2910 - Fixed missing theme definitions; removed unused theme

definitions; fixed module theme dependencies
This commit is contained in:
dragonmacher 2022-12-14 17:53:29 -05:00
parent 1a99e2518d
commit 63d6063fa0
31 changed files with 178 additions and 139 deletions

View file

@ -23,8 +23,6 @@ color.fg.pluginpanel.details.developer =mediumVioletRed
color.fg.pluginpanel.details.dependency = green
color.fg.pluginpanel.details.novalue = lightGray
color.border.pluginpanel = darkGray
color.fg.plugin.installer.table.has.dependents = red
color.fg.plugin.installer.table.has.dependents.selected = pink

View file

@ -78,7 +78,7 @@ public class FVToolBar extends JToolBar {
private class ScrollLockAction extends AbstractAction {
public ScrollLockAction() {
super("FVScrollLockAction", new GIcon("icon.version.control.dialog.add"));
super("FVScrollLockAction", new GIcon("icon.logviewer.toolbar.scroll.lock"));
putValue(SHORT_DESCRIPTION, "Scroll Lock");
}