diff --git a/common/include/dm_constants.h b/common/include/dm_constants.h
index 3a02d202..a2124ae2 100755
--- a/common/include/dm_constants.h
+++ b/common/include/dm_constants.h
@@ -187,8 +187,8 @@ const std::string ETH_PORT = "ETH_PORT";
// ACE
const int32_t ACE_X = 50;
const int32_t ACE_Y = 300;
-const int32_t ACE_WIDTH = 600;
-const int32_t ACE_HEIGHT = 400;
+const int32_t ACE_WIDTH = 720;
+const int32_t ACE_HEIGHT = 694;
const std::string EVENT_CONFIRM = "EVENT_CONFIRM";
const std::string EVENT_CANCEL = "EVENT_CANCEL";
const std::string EVENT_INIT = "EVENT_INIT";
diff --git a/common/include/show_confirm_dialog/dialog_ui/js/pages/index/index.hml b/common/include/show_confirm_dialog/dialog_ui/js/pages/index/index.hml
index 72791a16..6a5ca691 100644
--- a/common/include/show_confirm_dialog/dialog_ui/js/pages/index/index.hml
+++ b/common/include/show_confirm_dialog/dialog_ui/js/pages/index/index.hml
@@ -17,9 +17,6 @@