Style EmployeesTable

This commit is contained in:
Yuri Becker
2025-04-16 12:02:21 +02:00
parent cf5822c950
commit 2832becccf
4 changed files with 90 additions and 71 deletions

View File

@@ -29,7 +29,7 @@ T.ToolButton {
}
Label {
color: parent.color
font: Typography.small
font: Typography.smaller
text: control.text
x: parent.width * .5 - width * .5
}