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
=== modified file 'places/UnityDefaultRenderer.qml'
--- places/UnityDefaultRenderer.qml 2011-08-23 15:47:49 +0000
+++ places/UnityDefaultRenderer.qml 2011-08-23 16:28:26 +0000
@@ -22,7 +22,7 @@
22RendererGrid {22RendererGrid {
23 cellWidth: 10023 cellWidth: 100
24 cellHeight: 10824 cellHeight: 108
25 horizontalSpacing: 4625 horizontalSpacing: 42
26 verticalSpacing: 2026 verticalSpacing: 20
2727
28 cellRenderer: Component {28 cellRenderer: Component {

Subscribers

People subscribed via source and target branches