forked from mbk-lab/rui_orig
Fixed demo
This commit is contained in:
parent
4692d0013a
commit
d20407cf36
|
@ -17,7 +17,7 @@ GridLayout {
|
||||||
content = [
|
content = [
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id = mouseEventsTest, cell-horizontal-align = center, cell-vertical-align = center,
|
id = mouseEventsTest, cell-horizontal-align = center, cell-vertical-align = center,
|
||||||
height = 150%,
|
height = 100%,
|
||||||
border = _{ style = solid, width = 1px, color = gray},
|
border = _{ style = solid, width = 1px, color = gray},
|
||||||
content = [
|
content = [
|
||||||
TextView {
|
TextView {
|
||||||
|
|
|
@ -17,7 +17,7 @@ GridLayout {
|
||||||
content = [
|
content = [
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id = touchEventsTest, cell-horizontal-align = center, cell-vertical-align = center,
|
id = touchEventsTest, cell-horizontal-align = center, cell-vertical-align = center,
|
||||||
height = 150%,
|
height = 100%,
|
||||||
border = _{ style = solid, width = 1px, color = gray},
|
border = _{ style = solid, width = 1px, color = gray},
|
||||||
content = [
|
content = [
|
||||||
TextView {
|
TextView {
|
||||||
|
|
Loading…
Reference in New Issue