mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Fix typos
This commit is contained in:
committed by
sledgehammer999
parent
4e98b7f0cf
commit
3970d91d19
@@ -48,7 +48,7 @@ StatusBar::StatusBar(QWidget *parent)
|
||||
{
|
||||
#ifndef Q_OS_MACOS
|
||||
// Redefining global stylesheet breaks certain elements on mac like tabs.
|
||||
// Qt checks whether the stylesheet class inherts("QMacStyle") and this becomes false.
|
||||
// Qt checks whether the stylesheet class inherits("QMacStyle") and this becomes false.
|
||||
setStyleSheet(u"QStatusBar::item { border-width: 0; }"_qs);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user