]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/animatedheightwidget.cpp
dolphinui: Set view_mode action to low priority
[dolphin.git] / src / animatedheightwidget.cpp
index cee1a4922256b9f273f85b524b9a22f772b5e5eb..f1631bb6fa4764f84d6cb3b21e1e9cfa862ace6f 100644 (file)
@@ -81,6 +81,7 @@ QWidget *AnimatedHeightWidget::prepareContentsContainer(QWidget *contentsContain
                "Another contentsContainer has already been prepared. There can only be one.");
     contentsContainer->setParent(m_contentsContainerParent);
     m_contentsContainerParent->setWidget(contentsContainer);
+    m_contentsContainerParent->setFocusProxy(contentsContainer);
     return contentsContainer;
 }