diff filestatuswidget.cpp @ 215:43ecb0dcc44e

* OS/X: Add icon (not sure this is working though) * Merge script, etc
author Chris Cannam
date Wed, 05 Jan 2011 15:58:34 +0000
parents 290a95b5ceae
children 05255f23f2af
line wrap: on
line diff
--- a/filestatuswidget.cpp	Wed Jan 05 15:05:45 2011 +0000
+++ b/filestatuswidget.cpp	Wed Jan 05 15:58:34 2011 +0000
@@ -37,6 +37,7 @@
     m_dateReference(0)
 {
     QGridLayout *layout = new QGridLayout;
+    layout->setMargin(10);
     setLayout(layout);
 
     int row = 0;