Re: Bug 23935 - Proposal: New syntax for constraints

On 13 December 2013 11:21, cowwoc <cowwoc@bbs.darktech.org> wrote:
> I *need* any resolution between: 800x600 and 1600x1200
> And ideally I *want*: 1200x900


[ { width: { min: 800, max: 1600 }, height: { min: 600, max: 1200 },
required: true },
  { width: 1200, height: 900 } ]

That would be easy to use.

Received on Friday, 13 December 2013 19:30:07 UTC