Status Bar Is WAY TOO small!

NotMrJohn

New Member
And we must be able to dock it anywhere. I find it too small to see how long i have been streaming or recording.

Oh by the way I tried to edit the .qss file of acri theme and i found this:
QStatusBar::item {
border: none;
}

Tried to add font-size: 25px, but nothing changed after restarting OBS.

Then i changed the QWidget font-size from 14px to 40px

QWidget {
....
....
....
font-size: 40px;
....
....
}

It's a little bit bigger and more see-able in a 1080p resolution..

OBS.jpg


I can change that font-size again to make it even bigger.
 
Top