QTfrontend/main.cpp
changeset 1149 c2d3b4f71836
parent 1147 ce37ebba0806
child 1150 ae86e36dad2e
equal deleted inserted replaced
1148:e44de3416af4 1149:c2d3b4f71836
    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: #3f095f;"
    72 		   "background-color: #3f095f;"
    73 		   "}"
    73 		   "}"
       
    74 		   "PageMain > QPushButton{"
       
    75 		   "border: solid transparent;"
       
    76 		   "}"
    74 		   ).arg(imgAddr)
    77 		   ).arg(imgAddr)
    75 	   );
    78 	   );
    76 	
    79 	
    77 	bindir->cd("bin"); // workaround over NSIS installer
    80 	bindir->cd("bin"); // workaround over NSIS installer
    78 
    81