Skip to content

Commit

Permalink
modify display position--(x,y)
Browse files Browse the repository at this point in the history
Change-Id: I9e4cfd64b6a34b2d72ba7632aacf73fc8f97b4b3
  • Loading branch information
dabingcn committed Apr 23, 2014
1 parent a0ba869 commit 80df58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screen_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
/*Modified by baijian for FOTA UI begin 2014-01-13 begin*/
indeterminate_frames(8),/*8 pictures*/
installing_frames(23),/*23 pictures*/
install_overlay_offset_x(276),/*install icon x position*/
install_overlay_offset_y(440),/*install icon x position*/
install_overlay_offset_x(200),/*install icon x position*/
install_overlay_offset_y(387),/*install icon x position*/
/*Modified by baijian for FOTA UI begin 2014-01-13 end*/
overlay_offset_x(-1),
overlay_offset_y(-1) {
Expand Down

0 comments on commit 80df58b

Please sign in to comment.