Remove unwanted lines from playlistcontainer

This commit is contained in:
Arun Narayanankutty 2016-01-16 06:28:18 -06:00 committed by narunlifescience
parent ac660dcf3d
commit 9a7732577d
2 changed files with 4 additions and 8 deletions

View File

@ -67,7 +67,10 @@ PlaylistContainer::PlaylistContainer(QWidget* parent)
no_matches_palette.setColor(QPalette::Inactive, QPalette::WindowText,
no_matches_color);
no_matches_label_->setPalette(no_matches_palette);
// Remove QFrame border
ui_->toolbar->setStyleSheet("QFrame { border: 0px; }");
// Make it bold
QFont no_matches_font = no_matches_label_->font();
no_matches_font.setBold(true);

View File

@ -104,13 +104,6 @@
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QSearchField" name="filter" native="true"/>
</item>