diff widgets/QueryResultsWidget.cpp @ 145:e63e8272dcb0

the video size is updated automatically
author benoitrigolleau
date Tue, 13 Nov 2007 17:23:53 +0000
parents f3dce7a985cf
children 9f16a77107bd
line wrap: on
line diff
--- a/widgets/QueryResultsWidget.cpp	Tue Nov 13 11:09:57 2007 +0000
+++ b/widgets/QueryResultsWidget.cpp	Tue Nov 13 17:23:53 2007 +0000
@@ -71,6 +71,7 @@
 	m_resultsLayout->addWidget(metadataLabel,0,8,1,1);
 	m_resultsLayout->setColumnMinimumWidth(9,5);
 	m_resultsLayout->setColumnMinimumWidth(11,5);
+
 	m_currentRow++; 
 }
 	
@@ -152,6 +153,7 @@
 		addResultWidget(author,title,uri,0);
 		m_currentRow=m_currentRow+3; 
 		rank++;
+
 	}
 
 	addFoot();