mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Manager: Increase the machine status text size in the list view
Should help with readability in CJK languages with 100% scale
This commit is contained in:
@@ -246,7 +246,7 @@ VMManagerListViewDelegateStyle::statusBox(const QStyleOptionViewItem &option,
|
||||
qreal
|
||||
VMManagerListViewDelegateStyle::statusFontPointSize(const QFont &f) const
|
||||
{
|
||||
return 0.75 * f.pointSize();
|
||||
return 0.9 * f.pointSize();
|
||||
// return 1*f.pointSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user