mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-05 11:34:50 -04:00
improved display in boards
This commit is contained in:
parent
c00c4eadd3
commit
6e3405d981
2 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,8 @@ class PostedPostDelegate: public QAbstractItemDelegate
|
|||
void setCellWidth(int pix) { mCellWidthPix = pix; }
|
||||
|
||||
private:
|
||||
QSize cellSize(const QSize& w) const;
|
||||
|
||||
int mCellWidthPix;
|
||||
};
|
||||
|
||||
|
|
|
@ -509,6 +509,9 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="verticalScrollMode">
|
||||
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
||||
</property>
|
||||
<property name="indentation">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rootIsDecorated">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue