Fixed SetSizeF -> SetSize
authorJaeHwan Lee <jael.lee@samsung.com>
Fri, 8 Mar 2013 04:37:57 +0000 (13:37 +0900)
committerJaeHwan Lee <jael.lee@samsung.com>
Fri, 8 Mar 2013 04:37:57 +0000 (13:37 +0900)
Change-Id: I36c31f260478e25c3a639ace296388b52a8e0fb3
Signed-off-by: JaeHwan Lee <jael.lee@samsung.com>
src/FShell_QuickPanelFrameImpl.cpp

index 454859e..e69a6f3 100644 (file)
@@ -227,7 +227,7 @@ _QuickPanelFrameImpl::OnChangeLayout(_ControlOrientation orientation)
                size.width = static_cast<float>(screenSize.height);
        }
 
-       SetSizeF(size);
+       SetSize(size);
        SetResizable(resizable);
        SetMovable(movable);
 }