Added floaty bar mode, made sidebar texts and Crypto.qml module bold

This commit is contained in:
SomeElse
2026-05-30 06:49:36 +00:00
parent 042e219ed7
commit c28f00caf7
15 changed files with 133 additions and 45 deletions

View File

@@ -42,6 +42,7 @@ Item {
text: root.icon
color: root.iconColor
font.pixelSize: 12
font.weight: Font.Bold
}
}
@@ -49,6 +50,7 @@ Item {
text: root.label
color: root.dimColor
font.pixelSize: 12
font.weight: Font.Bold
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
}
@@ -57,7 +59,7 @@ Item {
text: root.value
color: root.textColor
font.pixelSize: 12
font.weight: Font.Medium
font.weight: Font.Bold
Layout.alignment: Qt.AlignVCenter
}
}