logsui/logsapp/src/logsdetailsview.cpp
changeset 8 6c9acdc6adc0
parent 6 41c0a814d878
child 9 68f3171a5819
--- a/logsui/logsapp/src/logsdetailsview.cpp	Fri Jun 11 13:38:41 2010 +0300
+++ b/logsui/logsapp/src/logsdetailsview.cpp	Thu Jun 24 14:44:14 2010 +0300
@@ -97,6 +97,8 @@
     
     updateMenu();
     
+    scrollToTopItem(mListView);
+    
     LOGS_QDEBUG( "logs [UI] <- LogsDetailsView::activated()" );
 }
 
@@ -390,7 +392,7 @@
     if ( mListView ) {
         updateMenu();
         updateListLayoutName(*mListView, true);
-        updateListSize();
+        updateListSize(*mListView);
     }
     LOGS_QDEBUG( "logs [UI] <- LogsDetailsView::updateWidgetsSizeAndLayout()" );
 }