QTfrontend/main.cpp
changeset 1147 ce37ebba0806
parent 1146 0bc17a69b3d8
child 1149 c2d3b4f71836
equal deleted inserted replaced
1146:0bc17a69b3d8 1147:ce37ebba0806
    66 	  (QString(
    66 	  (QString(
    67 		   ".HWForm{"
    67 		   ".HWForm{"
    68 		   "background-image: url(\"%1\");"
    68 		   "background-image: url(\"%1\");"
    69 		   "background-position: bottom center;"
    69 		   "background-position: bottom center;"
    70 		   //" background-origin: content;"
    70 		   //" background-origin: content;"
    71 		   //"background-repeat: no-repeat;"
    71 		   "background-repeat: no-repeat;"
    72 		   //"background-color: black;"
    72 		   "background-color: #3f095f;"
    73 		   "}"
    73 		   "}"
    74 		   ).arg(imgAddr)
    74 		   ).arg(imgAddr)
    75 	   );
    75 	   );
    76 	
    76 	
    77 	bindir->cd("bin"); // workaround over NSIS installer
    77 	bindir->cd("bin"); // workaround over NSIS installer