Code review comment for lp:~mzanetti/unity8/edge-hinting-tweaks

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

tst_Launcher.qml:159
                tryCompareFunction(function(){return launcher.maxPanelX >= -launcher.panelWidth + units.gu(2) - 2;}, true)

That's 122 chars long. Our coding style sets a limit of 120 (hmm, I'm starting to think we should have an automatic checker for that, like we do for the whitespace)

« Back to merge proposal