Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
211:290a95b5ceae | 215:43ecb0dcc44e |
---|---|
35 FileStatusWidget::FileStatusWidget(QWidget *parent) : | 35 FileStatusWidget::FileStatusWidget(QWidget *parent) : |
36 QWidget(parent), | 36 QWidget(parent), |
37 m_dateReference(0) | 37 m_dateReference(0) |
38 { | 38 { |
39 QGridLayout *layout = new QGridLayout; | 39 QGridLayout *layout = new QGridLayout; |
40 layout->setMargin(10); | |
40 setLayout(layout); | 41 setLayout(layout); |
41 | 42 |
42 int row = 0; | 43 int row = 0; |
43 | 44 |
44 #ifndef Q_OS_MAC | 45 #ifndef Q_OS_MAC |