mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 07:10:12 -04:00
removed HeaderFrame where it's not needed; changed the font of top
tooltips to be the same
This commit is contained in:
parent
d143f761cf
commit
bb038ab3e0
35 changed files with 211 additions and 425 deletions
|
@ -232,11 +232,6 @@ 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