improved display in boards

This commit is contained in:
csoler 2020-07-06 22:29:36 +02:00
parent c00c4eadd3
commit 6e3405d981
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
2 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,8 @@ class PostedPostDelegate: public QAbstractItemDelegate
void setCellWidth(int pix) { mCellWidthPix = pix; } void setCellWidth(int pix) { mCellWidthPix = pix; }
private: private:
QSize cellSize(const QSize& w) const;
int mCellWidthPix; int mCellWidthPix;
}; };

View File

@ -509,6 +509,9 @@ p, li { white-space: pre-wrap; }
<property name="verticalScrollMode"> <property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum> <enum>QAbstractItemView::ScrollPerPixel</enum>
</property> </property>
<property name="indentation">
<number>0</number>
</property>
<property name="rootIsDecorated"> <property name="rootIsDecorated">
<bool>false</bool> <bool>false</bool>
</property> </property>