C++ Todo example: add test

This commit is contained in:
Olivier Goffart 2024-04-22 12:02:05 +02:00
parent 5a4713aa17
commit 4856f387ee
12 changed files with 146 additions and 73 deletions

View file

@ -60,6 +60,8 @@ export component LineEditBase inherits Rectangle {
font-family: i-text-input.font-family;
color: root.placeholder-color;
horizontal-alignment: root.horizontal-alignment;
// the label is set on the LineEdit itself
accessible-role: none;
}
i-text-input := TextInput {