┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index ec98b0faf..f00b263d1 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -138,6 +138,11 @@ private:
KFileItemDelegate::Information infoForColumn(int columnIndex) const;
+ /**
+ * Resizes all columns in a way to use the whole available width of the view.
+ */
+ void resizeColumns();
+
private:
DolphinController* m_controller;
QStyleOptionViewItem m_viewOptions;