]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanelcontent.cpp
Merge branch 'KDE/4.12' into KDE/4.13
[dolphin.git] / src / panels / information / informationpanelcontent.cpp
index b2dd1582ef834f8e57649355924f5273ceba90f5..4fb0d9442b9e556b761647ff3feaa21d6fa33c65 100644 (file)
@@ -271,6 +271,10 @@ bool InformationPanelContent::eventFilter(QObject* obj, QEvent* event)
         adjustWidgetSizes(parentWidget()->width());
         break;
 
+    case QEvent::FontChange:
+        m_metaDataWidget->setFont(KGlobalSettings::smallestReadableFont());
+        break;
+
     default:
         break;
     }