display: set background color of blank-guide image
authorsungmin ha <sungmin82.ha@samsung.com>
Wed, 17 Jun 2015 04:38:51 +0000 (13:38 +0900)
committerSangho Park <sangho.p@samsung.com>
Fri, 19 Jun 2015 03:35:58 +0000 (12:35 +0900)
The color is black.

Change-Id: Icc711d249a6b02e31a681270303c05f7b588c738
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
tizen/src/ui/displaybase.cpp

index 385a5d0749704d040d333d8a9d7cd8852996ae1e..3772ae76755cec12ad5c4d1ce745943d4f018289 100644 (file)
@@ -84,6 +84,7 @@ void DisplayBase::startGuideImg()
 
     gLabel = new QLabel(win);
     gLabel->setAttribute(Qt::WA_DeleteOnClose);
+    gLabel->setStyleSheet("background-color: black");
 
     *gPxmImg = QPixmap::fromImage(*gImg);
     *gPxmImg = gPxmImg->scaled(rWidth, rHeight, Qt::KeepAspectRatio, Qt::SmoothTransformation);