fixed image replication in profile creation window

This commit is contained in:
csoler 2017-07-28 18:32:47 +02:00
parent c6b6835461
commit 4fdbf39dba

View File

@ -795,6 +795,6 @@ StartDialog QFrame#loginframe{
}
GenCertDialog QFrame#profileframe{
background-image: url(:/images/logo/background.png);
background-repeat: repeat;
border-image: url(:/images/logo/background.png) 0 0 0 0 stretch stretch;
border-width: 0px;
}