summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemun Lee <sm79.lee@samsung.com>2017-01-31 09:33:28 +0900
committerSemun Lee <sm79.lee@samsung.com>2017-01-30 16:34:16 -0800
commitaadfdaf969925cd1caafa1021d03d53ba2d5eab2 (patch)
tree7e6f7296cc7f3ba1851f1b1936dfe85af63cc78c
parentd5f853474f0443c12ca8bc82f11dd0bc39878c92 (diff)
downloadwidget-service-aadfdaf969925cd1caafa1021d03d53ba2d5eab2.tar.gz
widget-service-aadfdaf969925cd1caafa1021d03d53ba2d5eab2.tar.bz2
widget-service-aadfdaf969925cd1caafa1021d03d53ba2d5eab2.zip
Change-Id: I545d9731db74a462e09b9a2d626751012a5c1230 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
-rwxr-xr-xdoc/widget_service_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/widget_service_doc.h b/doc/widget_service_doc.h
index b173f9d..9d81fde 100755
--- a/doc/widget_service_doc.h
+++ b/doc/widget_service_doc.h
@@ -73,7 +73,7 @@
<H1>2. Size of widget</H1>
Widget has predefined size types.
1x1 is a square so its pixel size of width and height must has to be same.
- 2x2, 4x4 also sqaure.
+ 2x2, 4x4 also square.
2x1, 4x1, 4x2, 4x3 is a rectangle. so its pixel size of width & height should not be same.
pixel size of width should be long than height.
Pixel size can be differ between different devices.