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
=== modified file 'places/RendererGrid.qml'
--- places/RendererGrid.qml 2011-08-11 08:17:14 +0000
+++ places/RendererGrid.qml 2011-08-23 08:57:23 +0000
@@ -34,7 +34,7 @@
34 property alias currentItem: results.currentItem34 property alias currentItem: results.currentItem
3535
36 property variant cellRenderer36 property variant cellRenderer
37 property bool folded37 property bool folded: true
3838
39 property int cellWidth: 15839 property int cellWidth: 158
40 property int cellHeight: 7640 property int cellHeight: 76

Subscribers

People subscribed via source and target branches