diff --git a/legacy/elementary/src/bin/test_inwin.c b/legacy/elementary/src/bin/test_inwin.c index 14ab16849f..2115176a25 100644 --- a/legacy/elementary/src/bin/test_inwin.c +++ b/legacy/elementary/src/bin/test_inwin.c @@ -85,11 +85,11 @@ test_inwin(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is an \"inwin\" - a window in a
" - "window. This is handy for quick popups
" - "you want centered, taking over the window
" - "until dismissed somehow. Unlike hovers they
" - "don't hover over their target."); + "This is an \"inwin\" - a window in a
" + "window. This is handy for quick popups
" + "you want centered, taking over the window
" + "until dismissed somehow. Unlike hovers they
" + "don't hover over their target."); elm_box_pack_end(bxx, lb); elm_win_inwin_content_set(inwin, bxx); evas_object_show(lb); @@ -112,14 +112,15 @@ test_inwin2(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info lb = elm_label_add(win); elm_object_text_set(lb, - "This is an \"inwin\" - a window in a
" - "window. This is handy for quick popups
" - "you want centered, taking over the window
" - "until dismissed somehow. Unlike hovers they
" - "don't hover over their target.
" - "
" - "This inwin style compacts itself vertically
" - "to the size of its contents minimum size."); + "This is an \"inwin\" - a window in a
" + "window. This is handy for quick popups
" + "you want centered, taking over the window
" + "until dismissed somehow. Unlike hovers they
" + "don't hover over their target.
" + "
" + "This \"minimal_vertical\" inwin style compacts
" + "itself vertically to the size of its contents
" + "minimum size."); elm_win_inwin_content_set(inwin, lb); evas_object_show(lb);