Re: [Sugar-devel] [PATCH sugar-artwork] Use 0px radius in GtkToolButton prelight state

2012-11-03 Thread Agustin Zubiaga Sanchez
Thanks manu!

Regards,
aguz


2012/11/2 Manuel Quiñones 

> After discussion with Agus I now understand what is this about.  The
> main problem that needs to be solved is #3936 .  But I don't see a
> problem pushing this meanwhile.
>
> Pushed as b3d4fad9 .  Thank you Agustín!
>
> 2012/10/1 Agustin Zubiaga Sanchez :
> > Hi Manu, if you put the mouse over a toolbutton with the gtk2 theme, you
> > will see a black square in the background  (a toolbutton without a
> > border-radius). And this patch implements it...
> >
> > Do you understand?
> >
> > Regards,
> > aguz
> >
> >
> > 2012/10/1 Manuel Quiñones 
> >>
> >> Hey Agus,
> >>
> >> What is the issue you are trying to fix?  You must tell this in the
> >> commit message.
> >>
> >> If we change the border size in the different toolbutton states, is
> >> possible that they provoke a resize in the toolbar.
> >>
> >> 2012/9/23 Agustin Zubiaga :
> >> > Signed-off-by: Agustin Zubiaga 
> >> > ---
> >> >  gtk3/theme/gtk-widgets.css.em |1 +
> >> >  1 file changed, 1 insertion(+)
> >> >
> >> > diff --git a/gtk3/theme/gtk-widgets.css.em
> >> > b/gtk3/theme/gtk-widgets.css.em
> >> > index 24a4c17..97b9c23 100644
> >> > --- a/gtk3/theme/gtk-widgets.css.em
> >> > +++ b/gtk3/theme/gtk-widgets.css.em
> >> > @@ -543,6 +543,7 @@ SugarPaletteWindowWidget GtkToolButton .button {
> >> >  .toolbar GtkToolButton .button:prelight,
> >> >  SugarPaletteWindowWidget GtkToolButton .button:prelight {
> >> >  background-color: @black;
> >> > +border-radius: 0px;
> >> >  }
> >> >
> >> >  .toolbar SugarRadioToolButton *:active,
> >> > --
> >> > 1.7.10.4
> >> >
> >> > ___
> >> > Sugar-devel mailing list
> >> > Sugar-devel@lists.sugarlabs.org
> >> > http://lists.sugarlabs.org/listinfo/sugar-devel
> >>
> >>
> >>
> >> --
> >> .. manuq ..
> >> ___
> >> Sugar-devel mailing list
> >> Sugar-devel@lists.sugarlabs.org
> >> http://lists.sugarlabs.org/listinfo/sugar-devel
> >
> >
>
>
>
> --
> .. manuq ..
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH sugar-artwork] Use 0px radius in GtkToolButton prelight state

2012-11-02 Thread Manuel Quiñones
After discussion with Agus I now understand what is this about.  The
main problem that needs to be solved is #3936 .  But I don't see a
problem pushing this meanwhile.

Pushed as b3d4fad9 .  Thank you Agustín!

2012/10/1 Agustin Zubiaga Sanchez :
> Hi Manu, if you put the mouse over a toolbutton with the gtk2 theme, you
> will see a black square in the background  (a toolbutton without a
> border-radius). And this patch implements it...
>
> Do you understand?
>
> Regards,
> aguz
>
>
> 2012/10/1 Manuel Quiñones 
>>
>> Hey Agus,
>>
>> What is the issue you are trying to fix?  You must tell this in the
>> commit message.
>>
>> If we change the border size in the different toolbutton states, is
>> possible that they provoke a resize in the toolbar.
>>
>> 2012/9/23 Agustin Zubiaga :
>> > Signed-off-by: Agustin Zubiaga 
>> > ---
>> >  gtk3/theme/gtk-widgets.css.em |1 +
>> >  1 file changed, 1 insertion(+)
>> >
>> > diff --git a/gtk3/theme/gtk-widgets.css.em
>> > b/gtk3/theme/gtk-widgets.css.em
>> > index 24a4c17..97b9c23 100644
>> > --- a/gtk3/theme/gtk-widgets.css.em
>> > +++ b/gtk3/theme/gtk-widgets.css.em
>> > @@ -543,6 +543,7 @@ SugarPaletteWindowWidget GtkToolButton .button {
>> >  .toolbar GtkToolButton .button:prelight,
>> >  SugarPaletteWindowWidget GtkToolButton .button:prelight {
>> >  background-color: @black;
>> > +border-radius: 0px;
>> >  }
>> >
>> >  .toolbar SugarRadioToolButton *:active,
>> > --
>> > 1.7.10.4
>> >
>> > ___
>> > Sugar-devel mailing list
>> > Sugar-devel@lists.sugarlabs.org
>> > http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>>
>> --
>> .. manuq ..
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>



-- 
.. manuq ..
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH sugar-artwork] Use 0px radius in GtkToolButton prelight state

2012-10-01 Thread Agustin Zubiaga Sanchez
Hi Manu, if you put the mouse over a toolbutton with the gtk2 theme, you
will see a black square in the background  (a toolbutton without a
border-radius). And this patch implements it...

Do you understand?

Regards,
aguz

2012/10/1 Manuel Quiñones 

> Hey Agus,
>
> What is the issue you are trying to fix?  You must tell this in the
> commit message.
>
> If we change the border size in the different toolbutton states, is
> possible that they provoke a resize in the toolbar.
>
> 2012/9/23 Agustin Zubiaga :
> > Signed-off-by: Agustin Zubiaga 
> > ---
> >  gtk3/theme/gtk-widgets.css.em |1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/gtk3/theme/gtk-widgets.css.em
> b/gtk3/theme/gtk-widgets.css.em
> > index 24a4c17..97b9c23 100644
> > --- a/gtk3/theme/gtk-widgets.css.em
> > +++ b/gtk3/theme/gtk-widgets.css.em
> > @@ -543,6 +543,7 @@ SugarPaletteWindowWidget GtkToolButton .button {
> >  .toolbar GtkToolButton .button:prelight,
> >  SugarPaletteWindowWidget GtkToolButton .button:prelight {
> >  background-color: @black;
> > +border-radius: 0px;
> >  }
> >
> >  .toolbar SugarRadioToolButton *:active,
> > --
> > 1.7.10.4
> >
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
>
> --
> .. manuq ..
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [PATCH sugar-artwork] Use 0px radius in GtkToolButton prelight state

2012-10-01 Thread Manuel Quiñones
Hey Agus,

What is the issue you are trying to fix?  You must tell this in the
commit message.

If we change the border size in the different toolbutton states, is
possible that they provoke a resize in the toolbar.

2012/9/23 Agustin Zubiaga :
> Signed-off-by: Agustin Zubiaga 
> ---
>  gtk3/theme/gtk-widgets.css.em |1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
> index 24a4c17..97b9c23 100644
> --- a/gtk3/theme/gtk-widgets.css.em
> +++ b/gtk3/theme/gtk-widgets.css.em
> @@ -543,6 +543,7 @@ SugarPaletteWindowWidget GtkToolButton .button {
>  .toolbar GtkToolButton .button:prelight,
>  SugarPaletteWindowWidget GtkToolButton .button:prelight {
>  background-color: @black;
> +border-radius: 0px;
>  }
>
>  .toolbar SugarRadioToolButton *:active,
> --
> 1.7.10.4
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel



-- 
.. manuq ..
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [PATCH sugar-artwork] Use 0px radius in GtkToolButton prelight state

2012-09-22 Thread Agustin Zubiaga
Signed-off-by: Agustin Zubiaga 
---
 gtk3/theme/gtk-widgets.css.em |1 +
 1 file changed, 1 insertion(+)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 24a4c17..97b9c23 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -543,6 +543,7 @@ SugarPaletteWindowWidget GtkToolButton .button {
 .toolbar GtkToolButton .button:prelight,
 SugarPaletteWindowWidget GtkToolButton .button:prelight {
 background-color: @black;
+border-radius: 0px;
 }
 
 .toolbar SugarRadioToolButton *:active,
-- 
1.7.10.4

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel