mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 15:20:25 -04:00
Revert "removed HeaderFrame where it's not needed"
This commit is contained in:
parent
50a217bf9d
commit
9c24f5c718
35 changed files with 425 additions and 211 deletions
|
@ -232,6 +232,11 @@ IdDialog::IdDialog(QWidget *parent) :
|
|||
connect( ui->idTreeWidget, &RSTreeWidget::itemDoubleClicked,
|
||||
this, &IdDialog::chatIdentityItem );
|
||||
|
||||
|
||||
ui->avlabel_Circles->setPixmap(QPixmap(":/icons/png/circles.png"));
|
||||
|
||||
ui->headerTextLabel_Circles->setText(tr("Circles"));
|
||||
|
||||
/* Initialize splitter */
|
||||
ui->mainSplitter->setStretchFactor(0, 0);
|
||||
ui->mainSplitter->setStretchFactor(1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue