fixed width
This commit is contained in:
parent
c7947b6bdd
commit
27c8a8a743
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ MbPage {
|
|||
id: currentState1
|
||||
description: qsTr("Measured State")
|
||||
values: [
|
||||
MbTextBlock { item { bind: service.path("/Impedances/CurrentMode1"); } height: 25 },
|
||||
MbTextBlock { item { bind: service.path("/Impedances/CurrentMode1"); } width: 70; height: 25 },
|
||||
MbTextBlock { item { bind: service.path("/Impedances/Current1"); } width: 70; height: 25 }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue