Merge lp:~fboucault/unity-2d/dash_4_results_per_row into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Gerry Boland
Approved revision: 682
Merged at revision: 683
Proposed branch: lp:~fboucault/unity-2d/dash_4_results_per_row
Merge into: lp:unity-2d/3.0
Diff against target: 12 lines (+1/-1)
1 file modified
places/UnityDefaultRenderer.qml (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dash_4_results_per_row
Reviewer Review Type Date Requested Status
Gerry Boland Pending
Review via email: mp+72600@code.launchpad.net

Description of the change

[dash] When 'Filter results' pane is opened, rows should contain 4 results, not 3.

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 'places/UnityDefaultRenderer.qml'
2--- places/UnityDefaultRenderer.qml 2011-08-23 15:47:49 +0000
3+++ places/UnityDefaultRenderer.qml 2011-08-23 16:28:26 +0000
4@@ -22,7 +22,7 @@
5 RendererGrid {
6 cellWidth: 100
7 cellHeight: 108
8- horizontalSpacing: 46
9+ horizontalSpacing: 42
10 verticalSpacing: 20
11
12 cellRenderer: Component {

Subscribers

People subscribed via source and target branches