projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
187eccb
)
elm bg_example_03.c: Fixed window size to see the contents properly.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 30 Mar 2012 06:33:57 +0000
(06:33 +0000)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 30 Mar 2012 06:33:57 +0000
(06:33 +0000)
SVN revision: 69781
src/examples/bg_example_03.c
patch
|
blob
|
history
diff --git
a/src/examples/bg_example_03.c
b/src/examples/bg_example_03.c
index
3c56a6a
..
b48ea68
100644
(file)
--- a/
src/examples/bg_example_03.c
+++ b/
src/examples/bg_example_03.c
@@
-162,7
+162,7
@@
elm_main(int argc, char **argv)
evas_object_size_hint_min_set(bg, 160, 160);
evas_object_size_hint_max_set(bg, 640, 640);
- evas_object_resize(win,
32
0, 320);
+ evas_object_resize(win,
46
0, 320);
evas_object_show(win);
elm_run();