mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
improved display in boards
This commit is contained in:
parent
c00c4eadd3
commit
6e3405d981
@ -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…
Reference in New Issue
Block a user