projects
/
platform
/
core
/
uifw
/
sketch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfa791
)
Fix issue that send button improperly displayed
64/157064/1
author
sungwook79.park
<sungwook79.park@samsung.com>
Mon, 23 Oct 2017 07:31:59 +0000
(16:31 +0900)
committer
sungwook79.park
<sungwook79.park@samsung.com>
Mon, 23 Oct 2017 08:13:04 +0000
(17:13 +0900)
Change-Id: I2e7ffffaf56490e57c66fcf5804a57fe9ca6d709
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
src/View/CDrMainView.cpp
patch
|
blob
|
history
diff --git
a/src/View/CDrMainView.cpp
b/src/View/CDrMainView.cpp
index 70c179bb9de0705b5a8295af2511a441b73261b9..9d5abbb5d00dd255109033c5d561b208131014d2 100755
(executable)
--- a/
src/View/CDrMainView.cpp
+++ b/
src/View/CDrMainView.cpp
@@
-252,8
+252,7
@@
void CDrMainView::_showSaveButton(bool bShow)
char* res_path = app_get_resource_path();
btn = elm_button_add(_layout);
- //elm_object_style_set(btn, "effect/default");
- elm_object_style_set(btn, "popup/circle");
+ elm_object_style_set(btn, "bottom");
evas_object_size_hint_weight_set(btn, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
if (CDrAppData::getInstance()->getLaunchMode() == DRAWING_SEND) {
elm_object_domain_translatable_text_set(btn, LOCALE_DOMAIN, DRAWING_STRING_ID_TEXT_SEND);