mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
Added some fixes from RetroPooh
* Append space after nick paste on click at chat participant list * Allow tabs resize in bw stats * Remove freezes caused by resizing each update
This commit is contained in:
parent
9963310a94
commit
ad2fa44a81
4 changed files with 3 additions and 7 deletions
|
@ -109,7 +109,7 @@ void DhtWindow::updateDisplay()
|
|||
|
||||
RsAutoUpdatePage::unlockAllEvents() ;
|
||||
|
||||
QHeaderView_setSectionResizeMode(ui.peerTreeWidget->header(), QHeaderView::ResizeToContents);
|
||||
//QHeaderView_setSectionResizeMode(ui.peerTreeWidget->header(), QHeaderView::ResizeToContents);
|
||||
QHeaderView_setSectionResizeMode(ui.dhtTreeWidget->header(), QHeaderView::ResizeToContents);
|
||||
QHeaderView_setSectionResizeMode(ui.relayTreeWidget->header(), QHeaderView::ResizeToContents);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue