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