new font??? config options
This commit is contained in:
@@ -16,7 +16,7 @@ Text {
|
|||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
color: DynamicColors.palette.m3onSurface
|
color: DynamicColors.palette.m3onSurface
|
||||||
font.family: "Segoe UI Variable Text"
|
font.family: Config.baseFont
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
|
|
||||||
Behavior on color {
|
Behavior on color {
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ Singleton {
|
|||||||
property alias useDynamicColors: adapter.useDynamicColors
|
property alias useDynamicColors: adapter.useDynamicColors
|
||||||
property alias barConfig: adapter.barConfig
|
property alias barConfig: adapter.barConfig
|
||||||
property alias transparency: adapter.transparency
|
property alias transparency: adapter.transparency
|
||||||
|
property alias baseFont: adapter.baseFont
|
||||||
|
|
||||||
FileView {
|
FileView {
|
||||||
id: root
|
id: root
|
||||||
@@ -48,6 +49,7 @@ Singleton {
|
|||||||
property bool useDynamicColors: false
|
property bool useDynamicColors: false
|
||||||
property BarConfig barConfig: BarConfig {}
|
property BarConfig barConfig: BarConfig {}
|
||||||
property Transparency transparency: Transparency {}
|
property Transparency transparency: Transparency {}
|
||||||
|
property string baseFont: "Segoe UI Variable Text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user