Merge lp:~fboucault/unity-2d/dash_collapsed_by_default into lp:unity-2d

Proposed by Florian Boucault
Status: Merged
Approved by: Gerry Boland
Approved revision: 653
Merged at revision: 657
Proposed branch: lp:~fboucault/unity-2d/dash_collapsed_by_default
Merge into: lp:unity-2d
Diff against target: 12 lines (+1/-1)
1 file modified
places/RendererGrid.qml (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-2d/dash_collapsed_by_default
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
Review via email: mp+72536@code.launchpad.net

Description of the change

[dash] Collapse categories by default.

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :

Works as expected.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'places/RendererGrid.qml'
2--- places/RendererGrid.qml 2011-08-11 08:17:14 +0000
3+++ places/RendererGrid.qml 2011-08-23 08:57:23 +0000
4@@ -34,7 +34,7 @@
5 property alias currentItem: results.currentItem
6
7 property variant cellRenderer
8- property bool folded
9+ property bool folded: true
10
11 property int cellWidth: 158
12 property int cellHeight: 76

Subscribers

People subscribed via source and target branches