[Bugs] #3307 UNSP: Scrollbars should be touching the edges of the screen

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Fri Mar 9 08:35:47 EST 2012


#3307: Scrollbars should be touching the edges of the screen
------------------------------------------+---------------------------------
    Reporter:  HoboPrimate                |          Owner:  godiard                    
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Write                      |        Version:  0.94.x                     
    Severity:  Unspecified                |       Keywords:                             
Distribution:  Fedora                     |   Status_field:  Unconfirmed                
------------------------------------------+---------------------------------

Comment(by godiard):

 Patch sent upstream.

 {{{
 [gonzalo at nautilus gtk]$ diff -u ap_UnixFrameImpl.cpp.ori
 ap_UnixFrameImpl.cpp
 --- ap_UnixFrameImpl.cpp.ori    2012-03-09 10:14:04.496284042 -0300
 +++ ap_UnixFrameImpl.cpp        2012-03-09 10:25:59.215476836 -0300
 @@ -348,18 +348,12 @@
                                                  0, 0);
         }
  #endif
 -       // create a 3d box and put the table in it, so that we
 -       // get a sunken in look.
 -       m_wSunkenBox = gtk_frame_new(NULL);
 -       gtk_frame_set_shadow_type(GTK_FRAME(m_wSunkenBox), GTK_SHADOW_IN);
 -       gtk_container_add(GTK_CONTAINER(m_wSunkenBox), m_grid);

         // (scrollbars are shown, only if needed, by _setScrollRange)
         gtk_widget_show(m_dArea);
         gtk_widget_show(m_innergrid);
         gtk_widget_show(m_grid);
 -
 -       return m_wSunkenBox;
 +       return m_grid;
  }

  void AP_UnixFrameImpl::_hideMenuScroll(bool bHideMenuScroll)
 }}}

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/3307#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list