Comment 3 for bug 875023

Revision history for this message
Gord Allott (gordallott) wrote :

Revision 1716 in unity 4.0 trunk reverts the change that causes this problem, because we don't have a branch i'll list the diff here,

=== modified file 'plugins/unityshell/src/LensView.cpp'
--- plugins/unityshell/src/LensView.cpp 2011-10-10 15:53:53 +0000
+++ plugins/unityshell/src/LensView.cpp 2011-10-14 14:30:43 +0000
@@ -145,7 +145,9 @@
 {
   layout_ = new nux::HLayout(NUX_TRACKER_LOCATION);

- layout_->SetHorizontalExternalMargin(8);
+ // Breaks the sizing of the whole dash causing some colums to be clipped from result view.
+ // look in to this for P.
+ // layout_->SetHorizontalExternalMargin(8);

   scroll_view_ = new LensScrollView(new PlacesVScrollBar(NUX_TRACKER_LOCATION),
                                     NUX_TRACKER_LOCATION);