[UI] Default font roboto until I find out what "Youtube Noto" is.
This commit is contained in:
parent
1f42477cd9
commit
2643f93155
|
@ -6,7 +6,7 @@ MenuItem {
|
|||
Settings {
|
||||
id: appearance
|
||||
category: "Appearance"
|
||||
property string fontName: "Noto Sans"
|
||||
property string fontName: "Roboto"
|
||||
}
|
||||
id: menuItem
|
||||
implicitWidth: 100
|
||||
|
|
|
@ -89,7 +89,7 @@ ApplicationWindow {
|
|||
property bool titleOnlyOnFullscreen: true
|
||||
property bool clickToPause: true
|
||||
property bool useMpvSubs: false
|
||||
property string fontName: "Noto Sans"
|
||||
property string fontName: "Roboto"
|
||||
}
|
||||
Settings {
|
||||
id: i18n
|
||||
|
|
Loading…
Reference in a new issue