diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-02-24 14:17:03 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-02-24 14:17:03 +0100 |
| commit | 0d37038b407944a9b7ec05127b5b6d41dc1a496f (patch) | |
| tree | 17c38052274173f1b0d4c26fb5f7559bef37fd6e /src/views/dolphinitemlistview.h | |
| parent | c2887688f102d0412ba93c74facd5ed007185e3a (diff) | |
Handle font and palette changes in Dolphin list views.
Also update the font of the meta data widget in InformationPanelContent (smallest readable font).
BUG: 329186
BUG: 315061
FIXED-IN: 4.13
REVIEW: 115958
Diffstat (limited to 'src/views/dolphinitemlistview.h')
| -rw-r--r-- | src/views/dolphinitemlistview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/dolphinitemlistview.h b/src/views/dolphinitemlistview.h index 18bb284ac..67302e44d 100644 --- a/src/views/dolphinitemlistview.h +++ b/src/views/dolphinitemlistview.h @@ -56,9 +56,10 @@ protected: virtual void onVisibleRolesChanged(const QList<QByteArray>& current, const QList<QByteArray>& previous); + virtual void updateFont(); + private: void updateGridSize(); - void updateFont(); ViewModeSettings::ViewMode viewMode() const; |
