minir icon indicating copy to clipboard operation
minir copied to clipboard

Resizable Windows?

Open RobLoach opened this issue 7 years ago • 1 comments

Allow resizing the window, keeping the aspect ratio?

RobLoach avatar Nov 25 '17 19:11 RobLoach

There's a config button for that. Though I think it takes integers only. And yeah, actual resize is more convenient.

I tried, but couldn't find a way to make GTK+ keep the aspect ratio; there is gtk_window_set_geometry_hints which has an aspect ratio field, but last time I checked, setting min/max_aspect to 1 still allowed a few non-square aspects.

If you can find a better method (or evidence that it's improved since I last tried), I'll add it. If not, yawn.

Alcaro avatar Nov 25 '17 23:11 Alcaro