mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
set a default minimum column header size for comments.
This commit is contained in:
parent
217c9b9538
commit
17af892434
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ GxsCommentDialog::GxsCommentDialog(QWidget *parent, RsTokenService *token_servic
|
||||||
|
|
||||||
ui->treeWidget->setup(token_service, comment_service);
|
ui->treeWidget->setup(token_service, comment_service);
|
||||||
|
|
||||||
|
/* Set header resize modes and initial section sizes */
|
||||||
|
QHeaderView * ttheader = ui->treeWidget->header () ;
|
||||||
|
ttheader->resizeSection (0, 440);
|
||||||
|
|
||||||
/* fill in the available OwnIds for signing */
|
/* fill in the available OwnIds for signing */
|
||||||
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, RsGxsId());
|
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, RsGxsId());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue