mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-19 18:42:36 -05:00
fixed defaut zoom 1.0->1.2, removed ref to fromSecsSinceEpoch
This commit is contained in:
parent
d7a5af62fa
commit
8df74ee00d
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue