diff --git a/demo/mouseEventsDemo.go b/demo/mouseEventsDemo.go index 43103b7..d6868c7 100644 --- a/demo/mouseEventsDemo.go +++ b/demo/mouseEventsDemo.go @@ -17,7 +17,7 @@ GridLayout { content = [ GridLayout { id = mouseEventsTest, cell-horizontal-align = center, cell-vertical-align = center, - height = 150%, + height = 100%, border = _{ style = solid, width = 1px, color = gray}, content = [ TextView { diff --git a/demo/touchEventsDemo.go b/demo/touchEventsDemo.go index 0fec7c3..59066c4 100644 --- a/demo/touchEventsDemo.go +++ b/demo/touchEventsDemo.go @@ -17,7 +17,7 @@ GridLayout { content = [ GridLayout { id = touchEventsTest, cell-horizontal-align = center, cell-vertical-align = center, - height = 150%, + height = 100%, border = _{ style = solid, width = 1px, color = gray}, content = [ TextView {