From 411b426a8a4b99cf49ce0862e926faa66dc75821 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 24 Jun 2016 12:15:41 +0900 Subject: [PATCH] samples: here one more same change to c72083daebb87f4b863991306c24194e0c6e4a25 --- pages/samples/elm_min_size_control.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/samples/elm_min_size_control.txt b/pages/samples/elm_min_size_control.txt index c17318b9c..633a5fa8d 100644 --- a/pages/samples/elm_min_size_control.txt +++ b/pages/samples/elm_min_size_control.txt @@ -26,7 +26,7 @@ rec = evas_object_rectangle_add(evas_object_evas_get(win)); And set some custom size hinting on the rectangle: -evas_object_size_hint_min_set(rec, ELM_SCALE_SIZE(200), ELM_SCAIE_SIZE(300)); +evas_object_size_hint_min_set(rec, ELM_SCALE_SIZE(200), ELM_SCALE_SIZE(300)); And now pack it into the table. Do not show it or do anything else. Keep it hidden. This is your extra control point to adjust sizing of the entire table and its contents. Do not forget that weight and align also affect how the rectangle controls sizing.