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
1=== modified file 'src/scopes-scope.cpp'
2--- src/scopes-scope.cpp 2014-02-17 09:42:16 +0000
3+++ src/scopes-scope.cpp 2014-02-18 22:46:32 +0000
4@@ -35,12 +35,14 @@
5 "schema-version": 1,
6 "template": {
7 "category-layout": "grid",
8- "card-size": "medium"
9+ "card-size": "medium",
10+ "card-background": "gradient:///#f9f9f9/#e9e9e9"
11 },
12 "components": {
13 "title": "title",
14 "subtitle": "author",
15- "mascot": "icon"
16+ "mascot": "icon",
17+ "background": "background"
18 }
19 }
20 )";

Subscribers

People subscribed via source and target branches

to all changes: