mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
C++ Todo example: add test
This commit is contained in:
parent
5a4713aa17
commit
4856f387ee
12 changed files with 146 additions and 73 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue