seoz pushed a commit to branch master.

commit 4db472aa3aa0c7958b3da20dea1b694219afc4f0
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Apr 25 17:25:35 2013 +0900

    test_inwin.c: added more description about the style and fixed formatting.
---
 src/bin/test_inwin.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/bin/test_inwin.c b/src/bin/test_inwin.c
index 14ab168..2115176 100644
--- a/src/bin/test_inwin.c
+++ b/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<br/>"
-                      "window. This is handy for quick popups<br/>"
-                      "you want centered, taking over the window<br/>"
-                      "until dismissed somehow. Unlike hovers they<br/>"
-                      "don't hover over their target.");
+                       "This is an \"inwin\" - a window in a<br/>"
+                       "window. This is handy for quick popups<br/>"
+                       "you want centered, taking over the window<br/>"
+                       "until dismissed somehow. Unlike hovers they<br/>"
+                       "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<br/>"
-                      "window. This is handy for quick popups<br/>"
-                      "you want centered, taking over the window<br/>"
-                      "until dismissed somehow. Unlike hovers they<br/>"
-                      "don't hover over their target.<br/>"
-                      "<br/>"
-                      "This inwin style compacts itself vertically<br/>"
-                      "to the size of its contents minimum size.");
+                       "This is an \"inwin\" - a window in a<br/>"
+                       "window. This is handy for quick popups<br/>"
+                       "you want centered, taking over the window<br/>"
+                       "until dismissed somehow. Unlike hovers they<br/>"
+                       "don't hover over their target.<br/>"
+                       "<br/>"
+                       "This \"minimal_vertical\" inwin style compacts<br/>"
+                       "itself vertically to the size of its contents<br/> "
+                       "minimum size.");
    elm_win_inwin_content_set(inwin, lb);
    evas_object_show(lb);
 

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to