nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

using `-r` still has a minimum height as specified by `-h` #6

Closed arctic-penguin closed 1 year ago

arctic-penguin commented 1 year ago

If I specify the -r option, I can resize the window vertically and horizontally. There seems to be no minimum width, but there is a minimum height, under which I cannot get. I assume that is the standard height from -h?

This is on i3-gaps.

nik012003 commented 1 year ago

Hi, thank you for reporting this issue. It's now solved in v0.1.3 Just to clarify, now: -h sets the default window height (so you can now resize it however you want) -w sets the minimum window width (it limits your resize-ability)