equal
deleted
inserted
replaced
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 |