Change `Padding` to `Margin` for long text position 47/282547/2
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 5 Oct 2022 09:44:48 +0000 (18:44 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 5 Oct 2022 09:48:15 +0000 (18:48 +0900)
- Changed using `Padding` to using `Margin`
 because long text needs space for its position.

Change-Id: Icbe426dde15654e04ccd1050192cd51f8c131efb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Settings/SettingAccessibility/SettingWidgetAccessibility.cs
packaging/org.tizen.cssetting-accessibility-1.0.0.tpk [changed mode: 0755->0644]

index fd333e493389959d7c9599291de981a133eb23cf..9ee614f5f176b5c4ae1abf9d1cf040c4bcf9c032 100755 (executable)
@@ -151,7 +151,7 @@ namespace SettingAccessibility
             {\r
                 WidthSpecification = LayoutParamPolicies.MatchParent,\r
                 MultiLine = true,\r
-                Padding = new Extents(16, 16, 16, 16),\r
+                Margin = new Extents(16, 16, 16, 16),\r
                 Text = "While Screen reader is enabled, your phone will provide voice feedback.\n" +\r
                            "For example, Screen reader will tell you what you can interact with on each screen. \n" +\r
                            "Tap items to select them and hear what they are, and double tap items \n" +\r
old mode 100755 (executable)
new mode 100644 (file)
index 23b31c4..7705ca5
Binary files a/packaging/org.tizen.cssetting-accessibility-1.0.0.tpk and b/packaging/org.tizen.cssetting-accessibility-1.0.0.tpk differ