AltSnap icon indicating copy to clipboard operation
AltSnap copied to clipboard

Resize Windows options

Open c-sanchez opened this issue 3 years ago • 3 comments

Can be nice to have the features from Sizer by Brian Apps in AltDrag. Options such as setting and saving predefined window size values, being able to view window sizes, etc.

Check Sizer program http://www.brianapps.net/sizer/

c-sanchez avatar May 06 '21 04:05 c-sanchez

Interesting, I did not know about this program, thanks for the info. There are a lot of small features, some of which I might implement into AltDrag. For example, I could easily display the windows size at the top of the Action Menu.

However I would not want to modify too much AltDrag when this program works fine alongside it. I do not like to re-write code that already works fine and I do not see a problem with the sizer program If you find any annoying interaction bugs, of course report them.

So yes it is possible that some features will be implemented but only if they integrate well within AltDrag and if I have time to implement them and if it is not hard to implement.

RamonUnch avatar May 06 '21 07:05 RamonUnch

You could combine window dimensions with the already implemented centre window on screen feature. Similar to UseZone, let a test window centre and resize it to your desired dimensions and set it as default centre size. Or alternatively, put in the (width/height) dimension in the .ini file, in which case (0,0) would be keep the size as is and (xx,0) or (0,xx) only scale one axis.

e.g. (1280,720) in 1080p would look like this: Screenshot 2021-09-19 105412

Ichisich avatar Sep 19 '21 08:09 Ichisich

Yes for sure it is not complex or hard to implement, the idea would be to a list of configurable preset sizes to the action menu. It is not necessary to center the window, its position can be left the same. I will not implement it right now however because the sizer program works quite fine and is more powerful than what I would do. Sizer can be used alongside AltSnap so it is not a priority but it will be implemented at some point, because it seems to be a desired feature and I completely understand people not liking to have loads of background programs, I myself minimize the amount.

RamonUnch avatar Sep 19 '21 09:09 RamonUnch