Merge lp:~mhr3/unity-scope-scopes/add-background into lp:unity-scope-scopes

Proposed by Michal Hruby
Status: Merged
Merge reported by: Michal Hruby
Merged at revision: not available
Proposed branch: lp:~mhr3/unity-scope-scopes/add-background
Merge into: lp:unity-scope-scopes
Diff against target: 20 lines (+4/-2)
1 file modified
src/scopes-scope.cpp (+4/-2)
To merge this branch: bzr merge lp:~mhr3/unity-scope-scopes/add-background
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+207060@code.launchpad.net

Commit message

Added background definition to the renderer template.

Description of the change

Added background definition to the renderer template.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/scopes-scope.cpp'
--- src/scopes-scope.cpp 2014-02-17 09:42:16 +0000
+++ src/scopes-scope.cpp 2014-02-18 22:46:32 +0000
@@ -35,12 +35,14 @@
35 "schema-version": 1,35 "schema-version": 1,
36 "template": {36 "template": {
37 "category-layout": "grid",37 "category-layout": "grid",
38 "card-size": "medium"38 "card-size": "medium",
39 "card-background": "gradient:///#f9f9f9/#e9e9e9"
39 },40 },
40 "components": {41 "components": {
41 "title": "title",42 "title": "title",
42 "subtitle": "author",43 "subtitle": "author",
43 "mascot": "icon"44 "mascot": "icon",
45 "background": "background"
44 }46 }
45}47}
46)";48)";

Subscribers

People subscribed via source and target branches

to all changes: