Code review comment for lp:~nick-dedekind/unity/lp1045243.preview-fixed-size

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Hmm instead of returning hardcoded values could you make variables at the top of the class?

ie:
const int preview_width = 770;
etc...

« Back to merge proposal