mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05: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"));
|
dhtstatusLabel->setPixmap(QPixmap(":/images/grayled.png"));
|
||||||
hbox->addWidget(dhtstatusLabel);
|
hbox->addWidget(dhtstatusLabel);
|
||||||
|
|
||||||
spaceLabel = new QLabel( " | ", this );
|
spaceLabel = new QLabel( "|", this );
|
||||||
spaceLabel->setVisible(false);
|
spaceLabel->setVisible(false);
|
||||||
hbox->addWidget(spaceLabel);
|
hbox->addWidget(spaceLabel);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user