mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 23:12:49 -05:00
Implement font family changes
This commit is contained in:
@@ -63,7 +63,7 @@ Rectangle {
|
||||
|
||||
}
|
||||
|
||||
Text {
|
||||
StyledText {
|
||||
text: BatteryService.batteryLevel + "%"
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
font.weight: Font.Medium
|
||||
@@ -116,7 +116,7 @@ Rectangle {
|
||||
anchors.centerIn: parent
|
||||
spacing: 2
|
||||
|
||||
Text {
|
||||
StyledText {
|
||||
id: tooltipText
|
||||
|
||||
text: {
|
||||
|
||||
Reference in New Issue
Block a user