I want a widget that resizes to the size of the screen (using setWidth100), but cannot be smaller than 1000 using setMinWidth(1000). It doesn't seem to work how I want it to though. It ignores the setMinWidth and just resizes regardless.
Is there any other way I can achieve what I want?
Is there any other way I can achieve what I want?
Comment