diff options
author | Sangpyo Kim <sangpyo7.kim@samsung.com> | 2012-08-21 17:52:43 +0900 |
---|---|---|
committer | Sangpyo Kim <sangpyo7.kim@samsung.com> | 2012-08-21 17:52:43 +0900 |
commit | f5a0d4be0c072173f731dea2dc5b94f4810ac8b0 (patch) | |
tree | 59b2b174b12984b89b681de28fceb88adbb40059 /edc/browser-naviframe.edc | |
parent | ca861ba7b3f14b22fe5b53131c93399a87e68e90 (diff) | |
download | org.tizen.browser-f5a0d4be0c072173f731dea2dc5b94f4810ac8b0.tar.gz org.tizen.browser-f5a0d4be0c072173f731dea2dc5b94f4810ac8b0.tar.bz2 org.tizen.browser-f5a0d4be0c072173f731dea2dc5b94f4810ac8b0.zip |
[Title] Initial upload the browser for tizen 2.0
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Initial upload
[Team] Browser UI
[Developer] sangpyo7.kim
[Request] N/A
Change-Id: I31110d6ea254ad273ad87354f10078e18eaa82f0
Diffstat (limited to 'edc/browser-naviframe.edc')
-rwxr-xr-x | edc/browser-naviframe.edc | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/edc/browser-naviframe.edc b/edc/browser-naviframe.edc index 5106f86..ffc26e4 100755 --- a/edc/browser-naviframe.edc +++ b/edc/browser-naviframe.edc @@ -1,25 +1,28 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.tizenopensource.org/license - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.tizenopensource.org/license + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + // Apply new naviframe #define NAVIFRAME_TITLE_H_INC 0 #define NAVIFRAME_SEGMENT_TITLE_H_INC 136 -#define NAVIFRAME_OH_OPENED_H_INC 150 +//#define NAVIFRAME_OH_OPENED_H_INC 150 +#define NAVIFRAME_OH_OPENED_H_INC 74 #define NAVIFRAME_OH_CONTENT_H_INC 74 #define NAVIFRAME_OH_PADDING_INC 16 |