[Title] change default scaling.
authorSon Hyunjun <hj79.son@samsung.com>
Fri, 16 Mar 2012 07:18:20 +0000 (16:18 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Fri, 16 Mar 2012 07:18:20 +0000 (16:18 +0900)
[Type] Bugfix
[Module] Display/Skin
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I99d129057a1aa028d87a49d820642332d05faa64

tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

index 7d243e4..7be93f8 100644 (file)
@@ -156,7 +156,7 @@ public class EmulatorSkin {
                int lcdWidth = Integer.parseInt( config.getArg( ArgsConstants.RESOLUTION_WIDTH ) );
                int lcdHeight = Integer.parseInt( config.getArg( ArgsConstants.RESOLUTION_HEIGHT ) );
 
-               short scale = config.getPropertyShort( PropertiesConstants.WINDOW_SCALE, Scale.HALF.value() );
+               short scale = config.getPropertyShort( PropertiesConstants.WINDOW_SCALE, Scale.ONE.value() );
                short rotationId = config.getPropertyShort( PropertiesConstants.WINDOW_DIRECTION, (short) 0 );
 
                arrangeSkin( lcdWidth, lcdHeight, Scale.getValue( scale ), (short) rotationId );