1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-04 08:25:03 -05:00

* more info

This commit is contained in:
Reinhard Pointner 2014-11-12 10:51:35 +00:00
parent 797e6dbee6
commit dc9f6f5d12

View File

@ -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;
}