mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -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; }
|
void setCellWidth(int pix) { mCellWidthPix = pix; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
QSize cellSize(const QSize& w) const;
|
||||||
|
|
||||||
int mCellWidthPix;
|
int mCellWidthPix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue