forked from mbk-lab/rui_orig
Fixed demo
This commit is contained in:
parent
4692d0013a
commit
d20407cf36
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue