From dfa98941a0675242bb85690a796df8e0f9e537f9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Feb 2024 14:38:35 +0800 Subject: [PATCH] bugfix --- examples/form.ui | 4 ++-- examples/{vbox.ui => text.ui} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename examples/{vbox.ui => text.ui} (93%) diff --git a/examples/form.ui b/examples/form.ui index a0c8d96..a6d1fcf 100644 --- a/examples/form.ui +++ b/examples/form.ui @@ -27,7 +27,7 @@ "event":"click", "actiontype":"script", "target":"app", - "script":"bricks_app.textsize_bigger()" + "script":"bricks.app.textsize_bigger()" } ] }, @@ -44,7 +44,7 @@ "event":"click", "actiontype":"script", "target":"app", - "script":"bricks_app.textsize_smaller()" + "script":"bricks.app.textsize_smaller()" } ] } diff --git a/examples/vbox.ui b/examples/text.ui similarity index 93% rename from examples/vbox.ui rename to examples/text.ui index ba251b6..f0f1d29 100644 --- a/examples/vbox.ui +++ b/examples/text.ui @@ -70,7 +70,7 @@ "event":"click", "actiontype":"script", "target":"app", - "script":"bricks_app.textsize_bigger()" + "script":"bricks.app.textsize_bigger()" } ] }, @@ -87,7 +87,7 @@ "event":"click", "actiontype":"script", "target":"app", - "script":"bricks_app.textsize_smaller()" + "script":"bricks.app.textsize_smaller()" } ] }