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