~3v1n0/unity/quick-alt+tab-fixes.stable

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/LensView.cpp

  • Committer: Robert Carr
  • Date: 2011-10-14 14:30:43 UTC
  • Revision ID: racarr@canonical.com-20111014143043-98rffiu24w11xlqt
Back out a horizontal margin that breaks sizing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
{
146
146
  layout_ = new nux::HLayout(NUX_TRACKER_LOCATION);
147
147
  
148
 
  layout_->SetHorizontalExternalMargin(8);
 
148
  // Breaks the sizing of the whole dash causing some colums to be clipped from result view.
 
149
  // look in to this for P.
 
150
  //  layout_->SetHorizontalExternalMargin(8);
149
151
 
150
152
  scroll_view_ = new LensScrollView(new PlacesVScrollBar(NUX_TRACKER_LOCATION),
151
153
                                    NUX_TRACKER_LOCATION);