Merge lp:~nick-dedekind/unity/preview-info-hints-dots into lp:unity

Proposed by Nick Dedekind
Status: Merged
Approved by: Brandon Schaefer
Approved revision: no longer in the source branch.
Merged at revision: 2743
Proposed branch: lp:~nick-dedekind/unity/preview-info-hints-dots
Merge into: lp:unity
Diff against target: 11 lines (+0/-1)
1 file modified
dash/previews/PreviewInfoHintWidget.cpp (+0/-1)
To merge this branch: bzr merge lp:~nick-dedekind/unity/preview-info-hints-dots
Reviewer Review Type Date Requested Status
Brandon Schaefer (community) Approve
Review via email: mp+125739@code.launchpad.net

Commit message

Fixed a UI artifact bug with preview info hints.

Description of the change

Fixed a UI artifact bug with preview info hints.
Removed minimum width from preview info hint values.

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Looks good to me. +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dash/previews/PreviewInfoHintWidget.cpp'
2--- dash/previews/PreviewInfoHintWidget.cpp 2012-08-30 16:02:55 +0000
3+++ dash/previews/PreviewInfoHintWidget.cpp 2012-09-21 14:59:26 +0000
4@@ -221,7 +221,6 @@
5 }
6 if (info_hint.second)
7 {
8- info_hint.second->SetMinimumWidth(info_value_width);
9 info_hint.second->SetMaximumWidth(info_value_width);
10 }
11 }