Implemented cell monitor screen
This commit is contained in:
@@ -10,7 +10,7 @@ TextField {
|
||||
selectionColor: Palette.alternativeBackgroundColor
|
||||
|
||||
background: Rectangle {
|
||||
color: Palette.backgroundColor
|
||||
color: enabled ? Palette.backgroundColor : Palette.hoveredBackgroundColor
|
||||
border.color: Palette.borderColor
|
||||
border.width: 1
|
||||
radius: 8
|
||||
|
||||
Reference in New Issue
Block a user