mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Move statusbar styelsheet to where it belongs
This commit is contained in:
parent
f058e666e5
commit
e35a7ef9d3
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,8 @@
|
|||
StatusBar::StatusBar(QStatusBar *bar)
|
||||
: m_bar(bar)
|
||||
{
|
||||
qApp->setStyleSheet("QStatusBar::item { border-width: 0; }");
|
||||
|
||||
Preferences* const pref = Preferences::instance();
|
||||
connect(BitTorrent::Session::instance(), SIGNAL(speedLimitModeChanged(bool)), this, SLOT(updateAltSpeedsBtn(bool)));
|
||||
container = new QWidget(bar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue