mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user