mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
set comments scroll mode to continuous
This commit is contained in:
parent
74edefcc43
commit
874e095ee8
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ GxsCommentTreeWidget::GxsCommentTreeWidget(QWidget *parent)
|
|||
{
|
||||
// QTreeWidget* widget = this;
|
||||
|
||||
setVerticalScrollMode(ScrollPerPixel);
|
||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
RSElidedItemDelegate *itemDelegate = new RSElidedItemDelegate(this);
|
||||
itemDelegate->setSpacing(QSize(0, 2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue