Skip to content

Commit

Permalink
allow tabs resize in bw stats
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroPooh committed May 27, 2020
1 parent 90e9847 commit 3aa197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroshare-gui/src/gui/statistics/BwCtrlWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ BwCtrlWindow::BwCtrlWindow(QWidget *parent)
/* Set header resize modes and initial section sizes Peer TreeView*/
QHeaderView * _header = bwTreeWidget->header () ;
// _header->resizeSection ( COLUMN_RSNAME, 170*fact );
QHeaderView_setSectionResizeMode(_header, QHeaderView::ResizeToContents);
QHeaderView_setSectionResizeMode(_header, QHeaderView::Interactive);
}

BwCtrlWindow::~BwCtrlWindow()
Expand Down

0 comments on commit 3aa197c

Please sign in to comment.