← Back to team overview

elementaryart team mailing list archive

Re: [Merge] lp:~victored/granite/lp-931241 into lp:granite

 

This will break granite on Oneiric, maybe we could wait Precise to be
released before merging your patch?

Le lundi 13 février 2012 à 03:46 +0000, Victor Eduardo a écrit :
> Victor Eduardo has proposed merging lp:~victored/granite/lp-931241 into lp:granite.
> 
> Requested reviews:
>   elementary Pantheon team (elementary-pantheon)
> Related bugs:
>   Bug #931241 in Granite: "Update CSS stylesheets to follow the changes in GTK+ 3.3"
>   https://bugs.launchpad.net/granite/+bug/931241
> 
> For more details, see:
> https://code.launchpad.net/~victored/granite/lp-931241/+merge/92705
> pièce jointe différences entre fichiers (review-diff.txt)
> === modified file 'lib/Widgets/AboutDialog.vala'
> --- lib/Widgets/AboutDialog.vala	2012-01-24 19:24:05 +0000
> +++ lib/Widgets/AboutDialog.vala	2012-02-13 03:45:22 +0000
> @@ -68,8 +68,8 @@
>  
>          private const string HELP_BUTTON_STYLESHEET = """
>              .help_button {
> -                border-radius: 20;
> -                padding: 3;
> +                border-radius: 20px;
> +                padding: 3px;
>              }
>          """;
>  
> 
> === modified file 'lib/Widgets/ModeButton.vala'
> --- lib/Widgets/ModeButton.vala	2012-01-25 19:05:47 +0000
> +++ lib/Widgets/ModeButton.vala	2012-02-13 03:45:22 +0000
> @@ -38,29 +38,29 @@
>                  -GtkToolbar-button-relief: normal;
>                  border-radius: 0 0 0 0;
>                  border-style: solid;
> -                border-width: 1 0 1 1;
> +                border-width: 1px 0 1px 1px;
>  
> -                -unico-outer-stroke-width: 1 0 1 0;
> +                -unico-outer-stroke-width: 1px 0 1px 0;
>                  -unico-outer-stroke-radius: 0 0 0 0;
>              }
>  
>              .GraniteModeButton .button:active,
>              .GraniteModeButton .button:insensitive {
> -                -unico-outer-stroke-width: 1 0 1 0;
> +                -unico-outer-stroke-width: 1px 0 1px 0;
>              }
>  
>              .GraniteModeButton .button:first-child {
> -                border-radius: 3 0 0 3;
> -                border-width: 1 0 1 1;
> +                border-radius: 3px 0 0 3px;
> +                border-width: 1px 0 1px 1px;
>  
> -                -unico-outer-stroke-width: 1 0 1 1;
> +                -unico-outer-stroke-width: 1px 0 1px 1px;
>              }
>  
>              .GraniteModeButton .button:last-child {
> -                border-radius: 0 3 3 0;
> -                border-width: 1;
> +                border-radius: 0 3px 3px 0;
> +                border-width: 1px;
>  
> -                -unico-outer-stroke-width: 1 1 1 0;
> +                -unico-outer-stroke-width: 1px 1px 1px 0;
>              }
>          """;
>  
> 



-- 
https://code.launchpad.net/~victored/granite/lp-931241/+merge/92705
Your team elementaryart (old) is subscribed to branch lp:granite.


References