This has actually been on my mind since the introduction of the flexible layout templates, but never gotten to file an issue for it till now.
Currently, one has to click the "Configure row" button, then click the "Change region widths" link, and then select from the available combinations from the dialog:

How about something like this instead?:

The handle would not increment by steps of 1% or anything like that, rather than "snap in place" while being dragged, allowing the user to select between the same predefined widths as before ...just in a way that is more direct/visual, and where the user can quickly configure region widths without having to open/close dialogs, and click though multiple links/buttons to achieve the same result.
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout