add typography
This commit is contained in:
parent
205ad37e3e
commit
7de7ae19bb
14 changed files with 77 additions and 189 deletions
|
|
@ -6,17 +6,20 @@ import QtQuick
|
|||
import QtQuick.Layouts
|
||||
|
||||
StyledLabel {
|
||||
|
||||
RowLayout {
|
||||
|
||||
Ref {
|
||||
service: SystemInfo
|
||||
}
|
||||
|
||||
LucideIcon {
|
||||
text: Styling.lucide.icons.hardDrive
|
||||
}
|
||||
|
||||
StyledText {
|
||||
id: text
|
||||
font.pixelSize: Dimensions.storage.fontSize
|
||||
|
||||
text: ` ${(SystemInfo.storagePerc * 100).toFixed()}%`
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue