mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
hide useless comment refresh button
This commit is contained in:
parent
190857fd5a
commit
d9ddba6952
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user