fixed defaut zoom 1.0->1.2, removed ref to fromSecsSinceEpoch

This commit is contained in:
csoler 2020-10-18 16:55:28 +02:00
parent d7a5af62fa
commit 8df74ee00d
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ class ChannelPostDelegate: public QAbstractItemDelegate
Q_OBJECT
public:
ChannelPostDelegate(QObject *parent=0) : QAbstractItemDelegate(parent), mZoom(1.0), mUseGrid(true){}
ChannelPostDelegate(QObject *parent=0) : QAbstractItemDelegate(parent), mZoom(1.2), mUseGrid(true){}
virtual ~ChannelPostDelegate(){}
void paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const override;