mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 08:25:03 -05:00
* more info
This commit is contained in:
parent
797e6dbee6
commit
dc9f6f5d12
@ -280,6 +280,7 @@ public class DropToUnlock extends JList<File> {
|
||||
c.setIcon(ResourceManager.getIcon(isLockedFolder(folder) ? "folder.locked" : "folder.open"));
|
||||
c.setHorizontalTextPosition(JLabel.CENTER);
|
||||
c.setVerticalTextPosition(JLabel.BOTTOM);
|
||||
c.setToolTipText(folder.getAbsolutePath());
|
||||
|
||||
return c;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user