mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
removed the space
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3891 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3896ce0e5e
commit
5153a82ffe
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ DHTStatus::DHTStatus(QWidget *parent)
|
|||
dhtstatusLabel->setPixmap(QPixmap(":/images/grayled.png"));
|
||||
hbox->addWidget(dhtstatusLabel);
|
||||
|
||||
spaceLabel = new QLabel( " | ", this );
|
||||
spaceLabel = new QLabel( "|", this );
|
||||
spaceLabel->setVisible(false);
|
||||
hbox->addWidget(spaceLabel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue