launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #20702
Re: [Merge] lp:~maxiberta/launchpad/new-snap-select-processors into lp:launchpad
* Check all available processors by default.
* Dropped `SnapSet.availableProcessors()` for populating the processors widget, in favor of `getUtility(IProcessorSet).getAll()` to keep the same logic as `SnapSet.new()`.
* Indent processor checkboxes to keep them aligned with the series selector.
* Fixed a typo in forms CSS.
Thanks!
Diff comments:
> === modified file 'lib/canonical/launchpad/icing/css/forms.css'
> --- lib/canonical/launchpad/icing/css/forms.css 2012-08-30 02:40:04 +0000
> +++ lib/canonical/launchpad/icing/css/forms.css 2016-06-30 19:00:43 +0000
> @@ -55,7 +56,7 @@
> display: block;
> margin-top: 4px;
> }
> -inout[type=input] + button,
> +input[type=input] + button,
This was most likely a typo; no other references to it.
> img[src$=spinner] + button {
> margin-left: 6px !important;
> }
--
https://code.launchpad.net/~maxiberta/launchpad/new-snap-select-processors/+merge/298242
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
References