]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kitemlistviewlayouter.h
Add smaller statusbar and set it as default
[dolphin.git] / src / kitemviews / private / kitemlistviewlayouter.h
index 77d59c947e914d642bd07fae9c99cf52732b40c6..fed541a4c084991939b638a79ec7969ca4dd0319 100644 (file)
@@ -154,6 +154,12 @@ public:
         return m_columnCount;
     }
 
+    /**
+     * Set the bottom offset for moving the view so that the small overlayed statusbar
+     * won't cover any items by accident.
+     */
+    void setStatusBarOffset(int offset);
+
 #ifndef QT_NO_DEBUG
     /**
      * @return True if the layouter has been marked as dirty and hence has
@@ -219,6 +225,8 @@ private:
     };
     QVector<ItemInfo> m_itemInfos;
 
+    int m_statusBarOffset;
+
     friend class KItemListControllerTest;
 };