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:
defnax 2010-12-02 13:21:00 +00:00
parent 3896ce0e5e
commit 5153a82ffe

View File

@ -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);