Merge lp:~ralsina/ubuntu-sso-client/fix-zion-inverted into lp:ubuntu-sso-client

Proposed by Roberto Alsina
Status: Merged
Approved by: dobey
Approved revision: 932
Merged at revision: 932
Proposed branch: lp:~ralsina/ubuntu-sso-client/fix-zion-inverted
Merge into: lp:ubuntu-sso-client
Diff against target: 10 lines (+1/-0)
1 file modified
data/qt/stylesheet.qss (+1/-0)
To merge this branch: bzr merge lp:~ralsina/ubuntu-sso-client/fix-zion-inverted
Reviewer Review Type Date Requested Status
dobey (community) Approve
Diego Sarmentero (community) Approve
Review via email: mp+98696@code.launchpad.net

Commit message

 - Forced white background (LP: #961346).

Description of the change

 - Forced white background (LP: #961346).

To test IRL, get KDE, log into it, set color scheme to Zion (Inverted) then run
python setup.py build && PYTHONPATH=. python bin/ubuntu-sso-login-qt --app_name=qq

It should look like this: http://www.flickr.com/photos/ralsina/6857318308/in/photostream

And not look like this: http://people.ubuntu.com/~yofel/pics/sso.png

To post a comment you must log in.
Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

+1

review: Approve
Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

+1

review: Approve
Revision history for this message
dobey (dobey) :
review: Needs Fixing
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/qt/stylesheet.qss'
2--- data/qt/stylesheet.qss 2012-03-16 21:24:05 +0000
3+++ data/qt/stylesheet.qss 2012-03-21 18:06:19 +0000
4@@ -1,5 +1,6 @@
5 QWidget {
6 color: #333333;
7+ background-color: white;
8 }
9
10 QFrame#ubuntussoframe {

Subscribers

People subscribed via source and target branches