Fix issue that send button improperly displayed 64/157064/1
authorsungwook79.park <sungwook79.park@samsung.com>
Mon, 23 Oct 2017 07:31:59 +0000 (16:31 +0900)
committersungwook79.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

index 70c179bb9de0705b5a8295af2511a441b73261b9..9d5abbb5d00dd255109033c5d561b208131014d2 100755 (executable)
@@ -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);