Merge lp:~timo-jyrinki/unity/lp1053316.dash-result-wrap-6.0 into lp:unity/6.0

Proposed by Timo Jyrinki
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: no longer in the source branch.
Merged at revision: 2751
Proposed branch: lp:~timo-jyrinki/unity/lp1053316.dash-result-wrap-6.0
Merge into: lp:unity/6.0
Diff against target: 12 lines (+0/-2)
1 file modified
dash/LensView.cpp (+0/-2)
To merge this branch: bzr merge lp:~timo-jyrinki/unity/lp1053316.dash-result-wrap-6.0
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+127474@code.launchpad.net

Commit message

Removed minimum width from result group causing home lens not to wrap. (LP: #1053116)

Description of the change

Removed minimum width from result group causing home lens not to wrap. (LP: #1053116)

(https://code.launchpad.net/~nick-dedekind/unity/lp1053316.dash-result-wrap/+merge/126403 for 6.0)

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dash/LensView.cpp'
2--- dash/LensView.cpp 2012-09-19 14:40:41 +0000
3+++ dash/LensView.cpp 2012-10-02 12:46:20 +0000
4@@ -399,8 +399,6 @@
5 scroll_layout_->AddView(group, 0, nux::MinorDimensionPosition::eAbove,
6 nux::MinorDimensionSize::eFull, 100.0f,
7 (nux::LayoutPosition)index);
8-
9- group->SetMinimumWidth(GetGeometry().width);
10 }
11
12 void LensView::OnCategoryOrderChanged()

Subscribers

People subscribed via source and target branches