Change-Id: Ieeff63d9c1c436547b89d396096c23785217142e
Window.Instance.Type = WindowType.Notification;
Window.Instance.SetNotificationLevel(NotificationLevel.High);
- var scale = Window.Instance.Size.Height >= 1080 ? 0.9f : 0.6f;
+ var size = ScreenSizeUtils.IsPortrait ? Window.Instance.Size.Width : Window.Instance.Size.Height;
+ var scale = size >= 1080 ? 0.9f : 0.6f;
SpUtils.DefaultFactor = (Window.Instance.Dpi.Width / 160) / scale;
Tizen.Log.Debug("oobe", $"DefaultScaleFactor: {SpUtils.DefaultFactor}");
<?xml version="1.0" encoding="utf-8"?>
-<manifest package="org.tizen.oobe" version="1.1.9" api-version="5" xmlns="http://tizen.org/ns/packages">
+<manifest package="org.tizen.oobe" version="1.1.11" api-version="5" xmlns="http://tizen.org/ns/packages">
<profile name="common" />
<ui-application appid="org.tizen.oobe" exec="Oobe.dll" multiple="false" nodisplay="true" taskmanage="false" type="dotnet-nui" launch_mode="single">
<label>Oobe</label>
Name: org.tizen.oobe
Summary: org.tizen.oobe
-Version: 1.1.10
+Version: 1.1.11
Release: 1
Group: N/A
License: Apache-2.0