Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QML warnings regarding binding loops (#1829)
In aboutDialog (line 178), the binding loop was created because the height of aboutDialog wasn't set. It was dependent on the height of its child (aboutMessage). But aboutMessage had anchor.fill : parent set which binds its height to the height of its parent. Similar reasoning applies to fileSaveFailure. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
- Loading branch information