mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
hide useless comment refresh button
This commit is contained in:
parent
190857fd5a
commit
d9ddba6952
1 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,8 @@ GxsCommentDialog::GxsCommentDialog(QWidget *parent, const RsGxsId &default_autho
|
|||
|
||||
void GxsCommentDialog::init(const RsGxsId& default_author)
|
||||
{
|
||||
ui->refreshButton->hide(); // this is not needed anymore. Let's keep this piece of code for some time just in case.
|
||||
|
||||
/* Set header resize modes and initial section sizes */
|
||||
QHeaderView * ttheader = ui->treeWidget->header () ;
|
||||
ttheader->resizeSection (0, 440);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue