mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
updated documentation
svn path=/trunk/KDE/kdebase/apps/; revision=729716
This commit is contained in:
parent
f11c699fa2
commit
77be1f1df9
1 changed files with 3 additions and 0 deletions
|
@ -482,6 +482,9 @@ void DolphinDetailsView::updateColumnVisibility()
|
|||
{
|
||||
KFileItemDelegate::InformationList list = m_controller->dolphinView()->additionalInfo();
|
||||
if (list.isEmpty() || list.contains(KFileItemDelegate::NoInformation)) {
|
||||
// Using the details view without any additional information (-> additional column)
|
||||
// makes no sense and leads to a usability problem as no viewport area is available
|
||||
// anymore. Hence as fallback provide at least a size and date column.
|
||||
list.clear();
|
||||
list.append(KFileItemDelegate::Size);
|
||||
list.append(KFileItemDelegate::ModificationTime);
|
||||
|
|
Loading…
Reference in a new issue