summaryrefslogtreecommitdiff
path: root/Apps/tizen-manifest.xml
diff options
context:
space:
mode:
authorMd. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>2024-07-02 17:27:10 +0600
committerMd. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>2024-07-02 17:27:10 +0600
commit0b7ff36ef84fe3a0f807e90c890267a68d464436 (patch)
tree8307d98044ad74104580f41b14671897c7dfcfd9 /Apps/tizen-manifest.xml
parent3670e573ea7f1288205d8b4abdcfe8912e39fd3b (diff)
downloadtray-0b7ff36ef84fe3a0f807e90c890267a68d464436.tar.gz
tray-0b7ff36ef84fe3a0f807e90c890267a68d464436.tar.bz2
tray-0b7ff36ef84fe3a0f807e90c890267a68d464436.zip
[Problem] When opening in low resolution the window border is positioned on the left side not centered. [Cause & Measure] Cause : Base NUIApplication window size and position is being initialized with default value. Measure : NUIApplication is initialized with proper window size and postion. Change-Id: Ieee717e5c8d13d16754b0a59c985202bcaf6df78 Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Diffstat (limited to 'Apps/tizen-manifest.xml')
-rwxr-xr-xApps/tizen-manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Apps/tizen-manifest.xml b/Apps/tizen-manifest.xml
index 5022efd..a0bc522 100755
--- a/Apps/tizen-manifest.xml
+++ b/Apps/tizen-manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest package="org.tizen.Apps" version="1.0.0" api-version="6" xmlns="http://tizen.org/ns/packages">
+<manifest package="org.tizen.Apps" version="1.0.1" api-version="6" xmlns="http://tizen.org/ns/packages">
<profile name="common" />
<ui-application appid="org.tizen.Apps" exec="Apps.dll" multiple="false" nodisplay="true" taskmanage="true" type="dotnet" launch_mode="single">
<label>Apps</label>