diff options
author | Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com> | 2024-07-02 17:27:10 +0600 |
---|---|---|
committer | Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com> | 2024-07-02 17:27:10 +0600 |
commit | 0b7ff36ef84fe3a0f807e90c890267a68d464436 (patch) | |
tree | 8307d98044ad74104580f41b14671897c7dfcfd9 /Apps/tizen-manifest.xml | |
parent | 3670e573ea7f1288205d8b4abdcfe8912e39fd3b (diff) | |
download | tray-0b7ff36ef84fe3a0f807e90c890267a68d464436.tar.gz tray-0b7ff36ef84fe3a0f807e90c890267a68d464436.tar.bz2 tray-0b7ff36ef84fe3a0f807e90c890267a68d464436.zip |
Fix window position and size issue in low resolution and Update version.accepted/tizen/unified/x/20240704.022912accepted/tizen/unified/dev/20240704.065655accepted/tizen/unified/20240703.100102
[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-x | Apps/tizen-manifest.xml | 2 |
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> |