NSCREEN: FIXED device info. 95/21195/1
authoryonghwan82.jeon <yonghwan82.jeon@samsung.com>
Fri, 16 May 2014 05:29:04 +0000 (14:29 +0900)
committeryonghwan82.jeon <yonghwan82.jeon@samsung.com>
Fri, 16 May 2014 05:29:04 +0000 (14:29 +0900)
Change-Id: I559f04997fb5e2f97a480be7e57a6940516c8365
Signed-off-by: yonghwan82.jeon <yonghwan82.jeon@samsung.com>
org.tizen.webuibuilder/src/org/tizen/webuibuilder/model/nscreen/DeviceManager.java

index 038c71e..6b81c46 100644 (file)
@@ -105,12 +105,12 @@ public class DeviceManager {
 
         if (width != 0) {
 //            device.setWidth(width);
-            device.setDeviceWidth(deviceWidth);
+            device.setDeviceWidth(width);
         }
 
         if (height != 0) {
 //            device.setHeight(height);
-            device.setDeviceHeight(deviceHeight);
+            device.setDeviceHeight(height);
         }
 
         this.addDevice(device);