hide useless comment refresh button

This commit is contained in:
csoler 2020-10-17 14:50:51 +02:00
parent 190857fd5a
commit d9ddba6952

View File

@ -42,6 +42,8 @@ GxsCommentDialog::GxsCommentDialog(QWidget *parent, const RsGxsId &default_autho
void GxsCommentDialog::init(const RsGxsId& default_author) 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 */ /* Set header resize modes and initial section sizes */
QHeaderView * ttheader = ui->treeWidget->header () ; QHeaderView * ttheader = ui->treeWidget->header () ;
ttheader->resizeSection (0, 440); ttheader->resizeSection (0, 440);