mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Show file names in tooltips in Torrent Properties
File names are often too long to fit. Hovering is much easier than resizing the column and possibly the window.
This commit is contained in:
@@ -101,6 +101,7 @@ QVariant FileTreeItem::data(int column, int role) const
|
||||
value.setValue(isComplete());
|
||||
break;
|
||||
|
||||
case Qt::ToolTipRole:
|
||||
case Qt::EditRole:
|
||||
if (column == FileTreeModel::COL_NAME)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user