mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-27 07:38:40 -05:00
UI: Fix stats widget appearance on Yami themes
- QSS changes fix background color on the stats dialog. - Making OBSBasicStats derive from QFrame fixes the background color and round bottom corners on the stats dock.
This commit is contained in:
@@ -49,7 +49,7 @@ static QString MakeMissedFramesText(uint32_t total_lagged,
|
||||
}
|
||||
|
||||
OBSBasicStats::OBSBasicStats(QWidget *parent, bool closeable)
|
||||
: QWidget(parent),
|
||||
: QFrame(parent),
|
||||
cpu_info(os_cpu_usage_info_start()),
|
||||
timer(this),
|
||||
recTimeLeft(this)
|
||||
|
||||
Reference in New Issue
Block a user