From 46c5e08f319d358027edbe64862dc7886dd3ccaa Mon Sep 17 00:00:00 2001 From: thunder2 Date: Fri, 12 Jun 2015 20:19:32 +0000 Subject: [PATCH] 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 --- TODO.txt | 4 ++-- retroshare-gui/src/gui/qss/stylesheet/Standard.qss | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO.txt b/TODO.txt index 0f79764bd..e78f42efb 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,10 +12,10 @@ To be done GUI - [ ] http://www.cjoint.com/c/EFlhWgeLg4F. Strings too long in Add Friends Wizard on the conclusion page. + [X] http://www.cjoint.com/c/EFlhWgeLg4F. Strings too long in Add Friends Wizard on the conclusion page. [X] RS crashes when right clicking on the People tabs when there's nobody yet [ ] Network tab cannot shrink the avatar column - [ ] newsfeed default: + [X] newsfeed default: Options -- Notify -- Feed Security <-- Make as Default Enabled Connect attempt <-- Make as Default Enabled diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index 819c0705f..ed8272ee7 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -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 */