Skip to content

Commit

Permalink
Add spacer before LocationBar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Mar 14, 2012
1 parent 32be1a2 commit 0bcbea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/locationbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ LocationBar::LocationBar(QWidget *parent):

m_icon = new QLabel(this);
m_icon->setPixmap(QPixmap(":/images/ostd-fm.png").scaled(16, 16));
m_icon->setStyleSheet("margin-left: 4px");
l->addWidget(m_icon);

connect(FileManager::self(), SIGNAL(rootPathChanged(const QModelIndex &)),
Expand Down

0 comments on commit 0bcbea5

Please sign in to comment.