Various changes have been made as a result of the discussion of the first version

This commit is contained in:
Yury Shuvakin
2022-09-09 16:36:44 +03:00
parent 1fc06361f8
commit 3d0f39f846
13 changed files with 259 additions and 68 deletions

View File

@@ -9,6 +9,8 @@ TextField {
color: Palette.textColor
selectByMouse: true
selectionColor: Palette.selectedTextBackgroundColor
leftPadding: 16
rightPadding: 16
background: Rectangle {
color: enabled ? Palette.backgroundColor : Palette.hoveredBackgroundColor