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:
a1dabbb
)
elm_panes.c: formatting fix while reading the code.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 11 Aug 2013 06:00:43 +0000
(15:00 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 11 Aug 2013 06:00:43 +0000
(15:00 +0900)
src/lib/elm_panes.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_panes.c
b/src/lib/elm_panes.c
index 875fdd82e10ca695cc0d819df5fb31b1eb499d5c..52e78a3c8e1cec9fd82f0632988d8f06be85ebb8 100644
(file)
--- a/
src/lib/elm_panes.c
+++ b/
src/lib/elm_panes.c
@@
-340,8
+340,8
@@
_elm_panes_smart_content_left_size_set(Eo *obj, void *_pd, va_list *list)
Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS);
if (size < 0.0) size = 0.0;
- else if (size > 1.0)
- size = 1.0;
+ else if (size > 1.0)
size = 1.0;
+
if (sd->horizontal)
edje_object_part_drag_value_set
(wd->resize_obj, "elm.bar", 0.0, size);