diff --git a/GaiaXAndroid/src/main/kotlin/app/visly/stretch/Layout.kt b/GaiaXAndroid/src/main/kotlin/app/visly/stretch/Layout.kt index cf91d1fc1..dff8347d3 100644 --- a/GaiaXAndroid/src/main/kotlin/app/visly/stretch/Layout.kt +++ b/GaiaXAndroid/src/main/kotlin/app/visly/stretch/Layout.kt @@ -34,7 +34,7 @@ data class Layout( } override fun toString(): String { - return "Layout(x=$x, y=$y, width=$width, height=$height, id='$id')" + return "Layout(x=$x, y=$y, width=$width, height=$height, children=$children, id='$id')" } } \ No newline at end of file