Code review comment for lp:~urbanape/ubuntu-sso-client/initial-darwin-port

Revision history for this message
Manuel de la Peña (mandel) wrote :

We have to do something with the following:

PLATFORM_QSS = ":/qtwisted.qss"

This line is going to make us not load the style on windows since there is no data/qt/qtwisted.qss and we will look ugly :(

We can:
1. revert it to be called windows.qss
2. add a darwin and a windows module with the correct qss
3. rename data/qt/windows/qss to qtwisted.qss

Do as you please.

review: Needs Fixing

« Back to merge proposal