Merge lp:~unity-team/unity-scopes-shell/drop-fill-mode into lp:unity-scopes-shell

Proposed by Michal Hruby
Status: Merged
Approved by: Michał Sawicz
Approved revision: 112
Merged at revision: 122
Proposed branch: lp:~unity-team/unity-scopes-shell/drop-fill-mode
Merge into: lp:unity-scopes-shell
Diff against target: 12 lines (+1/-1)
1 file modified
src/Unity/categories.cpp (+1/-1)
To merge this branch: bzr merge lp:~unity-team/unity-scopes-shell/drop-fill-mode
Reviewer Review Type Date Requested Status
Michał Sawicz Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+228492@code.launchpad.net

Commit message

Drop fill mode.

Description of the change

Drop fill mode.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
112. By Michał Sawicz

Merge trunk.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) wrote :

Yes.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Unity/categories.cpp'
2--- src/Unity/categories.cpp 2014-07-25 08:19:12 +0000
3+++ src/Unity/categories.cpp 2014-08-05 23:33:46 +0000
4@@ -39,7 +39,7 @@
5 namespace scopes_ng {
6
7 // FIXME: this should be in a common place
8-#define CATEGORY_JSON_DEFAULTS R"({"schema-version":1,"template": {"category-layout":"grid","card-layout":"vertical","card-size":"small","overlay-mode":null,"collapsed-rows":2}, "components": { "title":null, "art": { "aspect-ratio":1.0, "fill-mode":"crop" }, "subtitle":null, "mascot":null, "emblem":null, "summary":null, "attributes": { "max-count":2 }, "background":null, "overlay-color":null }, "resources":{}})"
9+#define CATEGORY_JSON_DEFAULTS R"({"schema-version":1,"template": {"category-layout":"grid","card-layout":"vertical","card-size":"small","overlay-mode":null,"collapsed-rows":2}, "components": { "title":null, "art": { "aspect-ratio":1.0 }, "subtitle":null, "mascot":null, "emblem":null, "summary":null, "attributes": { "max-count":2 }, "background":null, "overlay-color":null }, "resources":{}})"
10
11 class CategoryData
12 {

Subscribers

People subscribed via source and target branches

to all changes: