Re: Proposal: Remove 3d box out of the table

From: Hubert Figuière <hfiguiere_at_teaser.fr>
Date: Fri Mar 09 2012 - 21:16:33 CET

On 09/03/12 05:39 AM, Gonzalo Odiard wrote:
>
> Can you remove apply this simple change?
> The pixel at the right of the vertical scrollbar prevent using the border
> of the screen when the application is maximized (like many other
> applicartions do)
> and the user need point exactly to the width of the scrollbar.
> This affects our Sugar activity too. (http://bugs.sugarlabs.org/ticket/3307)
> Thanks!
>
> Gonzalo
>
> [gonzalo@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);

Since m_wSunkenBox is no longer used, it should be removed from the
class declaration too.

(I haven't tested this yet, so don't consider this a blessing to land
the patch).

Hub
Received on Fri Mar 9 21:16:42 2012

This archive was generated by hypermail 2.1.8 : Fri Mar 09 2012 - 21:16:42 CET