Revert "feat(style) make transform_zoom use pixel or percentage value"

This reverts commit 5b4e9fc6f3.
This commit is contained in:
Gabor Kiss-Vamosi
2021-04-18 19:31:38 +02:00
parent 5b4e9fc6f3
commit 32bd067778
6 changed files with 59 additions and 83 deletions

View File

@@ -14,13 +14,10 @@ void lv_example_tabview_1(void)
/*Add content to the tabs*/
lv_obj_t * label = lv_label_create(tab1);
lv_label_set_text(label, "This the first tab\n"
"\n"
"\n"
"\n"
lv_label_set_text(label, "This the first tab\n\n"
"If the content\n"
"of a tab\n"
"becomes\n"
"becomes too\n"
"longer\n"
"than the\n"
"container\n"
@@ -31,17 +28,7 @@ void lv_example_tabview_1(void)
"\n"
"\n"
"\n"
"Here a couple\n"
"of more extra\n"
"line to sure\n"
"the label is long\n"
"enough even on\n"
"large screens.\n"
"\n"
"\n"
"\n"
"Can you see the\n"
"scrollbars?");
"Can you see it?");
label = lv_label_create(tab2);
lv_label_set_text(label, "Second tab");