mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
[libcalamaresui] Provide standardised large font
This commit is contained in:
parent
8b406cac9b
commit
3e24c3c58f
2 changed files with 10 additions and 0 deletions
|
@ -226,6 +226,15 @@ defaultFont()
|
|||
}
|
||||
|
||||
|
||||
QFont
|
||||
largeFont()
|
||||
{
|
||||
QFont f;
|
||||
f.setPointSize( defaultFontSize() + 4 );
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
setDefaultFontSize( int points )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue