lttie/example: fixed layouting issue. 01/185201/1
authorsubhransu mohanty <sub.mohanty@samsung.com>
Fri, 27 Jul 2018 03:48:53 +0000 (12:48 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Fri, 27 Jul 2018 03:48:53 +0000 (12:48 +0900)
Change-Id: Id6ac76f9e4161321252e32a7a4484f69d130c04f

example/lottieviewtest.cpp

index 180201d..342d4d2 100644 (file)
@@ -31,7 +31,7 @@ public:
     int count = numberOfImage;
     int colums = (int) ceil(sqrt(count));
     int offset = 3;
-    int vw = (mApp->width() - (2 * offset * colums))/colums;
+    int vw = (mApp->width() - (offset * colums))/colums;
     int vh = vw;
     int posx = offset;
     int posy = offset;