forked from mbk-lab/rui_orig
2
0
Fork 0

Fixed demo

This commit is contained in:
Alexei Anoshenko 2022-01-30 11:34:14 -05:00
parent 4692d0013a
commit d20407cf36
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {