Merge lp://staging/~nick-dedekind/unity/lp1045243.preview-fixed-size into lp://staging/unity
Proposed by
Nick Dedekind
Status: | Merged |
---|---|
Approved by: | Brandon Schaefer |
Approved revision: | no longer in the source branch. |
Merged at revision: | 2667 |
Proposed branch: | lp://staging/~nick-dedekind/unity/lp1045243.preview-fixed-size |
Merge into: | lp://staging/unity |
Diff against target: |
172 lines (+22/-41) 4 files modified
dash/previews/PreviewContainer.cpp (+8/-34) dash/previews/PreviewContainer.h (+0/-2) unity-shared/PreviewStyle.cpp (+12/-4) unity-shared/PreviewStyle.h (+2/-1) |
To merge this branch: | bzr merge lp://staging/~nick-dedekind/unity/lp1045243.preview-fixed-size |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brandon Schaefer (community) | Approve | ||
jenkins | continuous-integration | Pending | |
Review via email: mp+122655@code.staging.launchpad.net |
Commit message
Fixed the size of the previews to 770x380 pixels. (LP#1045243)
Description of the change
Fixed the size of the previews to 770x380 pixels. Resizing dash will not alter size. (LP#1045243)
To post a comment you must log in.
Hmm instead of returning hardcoded values could you make variables at the top of the class?
ie:
const int preview_width = 770;
etc...