From 0fb784c39ab22dc5c6e31e59a2eee9fb281b21a9 Mon Sep 17 00:00:00 2001 From: Jinjin Shi Date: Fri, 25 Jan 2013 13:55:06 +0800 Subject: [PATCH] [GUI]Remove SPN/PLMN position Change-Id: I321104992d0a6767ce73adbe0964e85c66787052 --- CMakeLists.txt | 2 +- data/groups/lock-main.edc | 4 ++-- org.tizen.lockscreen.xml.in | 2 +- packaging/org.tizen.lockscreen.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ad0e39..da73c27 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,4 +104,4 @@ INSTALL(FILES ${CMAKE_BINARY_DIR}/lockscreen-entry.edj DESTINATION ${EDJEDIR}) CONFIGURE_FILE(${PKGNAME}.xml.in ${CMAKE_BINARY_DIR}/${PKGNAME}.xml) INSTALL(FILES ${CMAKE_BINARY_DIR}/${PKGNAME}.xml DESTINATION ${MANIFESTXMLDIR}) -INSTALL(DIRECTORY DESTINATION ${DATADIR}) +INSTALL(DIRECTORY DESTINATION ${DATADIR}) \ No newline at end of file diff --git a/data/groups/lock-main.edc b/data/groups/lock-main.edc index 2c5dad7..e72aaa0 100755 --- a/data/groups/lock-main.edc +++ b/data/groups/lock-main.edc @@ -138,11 +138,11 @@ visible: 1; color: 255 255 255 255; rel1{ - relative: 36/WIDTH (30+20)/HEIGHT;//for it covers indicator, so move done 20 pixels + relative: 36/WIDTH (60+10)/HEIGHT;//for it covers indicator, so move done 20 pixels to: "bg"; } rel2{ - relative: 1.0 (62+20)/HEIGHT; + relative: 1.0 (92+10)/HEIGHT; to: "bg"; } text{ diff --git a/org.tizen.lockscreen.xml.in b/org.tizen.lockscreen.xml.in index 25c9f5e..0015ace 100755 --- a/org.tizen.lockscreen.xml.in +++ b/org.tizen.lockscreen.xml.in @@ -1,5 +1,5 @@ - + Youngjoo Park seungtaek chung diff --git a/packaging/org.tizen.lockscreen.spec b/packaging/org.tizen.lockscreen.spec index 753de7d..705f790 100755 --- a/packaging/org.tizen.lockscreen.spec +++ b/packaging/org.tizen.lockscreen.spec @@ -2,7 +2,7 @@ Name: org.tizen.lockscreen Summary: lockscreen application -Version: 0.1.9 +Version: 0.1.10 Release: 1 Group: TBD License: Apache -- 2.7.4