mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
hide useless comment refresh button
This commit is contained in:
parent
190857fd5a
commit
d9ddba6952
@ -42,7 +42,9 @@ GxsCommentDialog::GxsCommentDialog(QWidget *parent, const RsGxsId &default_autho
|
||||
|
||||
void GxsCommentDialog::init(const RsGxsId& default_author)
|
||||
{
|
||||
/* Set header resize modes and initial section sizes */
|
||||
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…
Reference in New Issue
Block a user