Now statuses have different colors. Various minor fixes

This commit is contained in:
Yury Shuvakin
2025-08-15 18:53:38 +09:00
parent 978f6ee04d
commit b861ce003c
11 changed files with 124 additions and 109 deletions

View File

@@ -11,6 +11,10 @@ Controls.Button {
topPadding: 8
bottomPadding: 8
font.family: "Roboto"
font.pixelSize: 14
font.weight: Font.Normal
property color backgroundColor: Palette.blueButtonColor
contentItem: Text {

View File

@@ -7,7 +7,6 @@ Controls.TextField {
id: control
readOnly: true
selectByMouse: true
implicitHeight: 34
horizontalAlignment: Text.AlignRight