We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194755b commit 459e24eCopy full SHA for 459e24e
1 file changed
tests/touch/src/scroll_area_page.cpp
@@ -74,6 +74,7 @@ ruis::widget_list make_scroll_area_page_contents(utki::shared_ref<ruis::context>
74
}
75
76
),
77
+ m::text(c, {}, U"some text"s)
78
};
79
//clang-format on
80
0 commit comments