* more info

This commit is contained in:
Reinhard Pointner 2014-11-12 10:51:35 +00:00
parent 797e6dbee6
commit dc9f6f5d12
1 changed files with 1 additions and 0 deletions

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