Removed banner pixmap for the ConnectFriendWizard of the standard style.

QWizard cannot be resized horizontal when a banner pixmap is set.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8422 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-06-12 20:19:32 +00:00
parent d9e1473533
commit 46c5e08f31
2 changed files with 5 additions and 4 deletions

View file

@ -68,10 +68,11 @@ GenCertDialog QPushButton#genButton:hover {
/* ConnectFriendWizard */
ConnectFriendWizard {
qproperty-bannerPixmap: url(:/images/connect/connectFriendBanner1.png);
/* QWizard cannot be resized horizontal when banner pixmap is set
qproperty-bannerPixmap: url(:/images/connect/connectFriendBanner1.png);*/
qproperty-titleFontSize: 16;
qproperty-titleFontWeight: 500;
qproperty-titleColor: white;
/* qproperty-titleColor: white; */
}
/* FriendsDialog */