-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add a custom screen location without resizing window #24
Comments
Hi @leocacom, Thank you for choosing SCM. I will try to make width and height attributes as optional for windowSizeItems section in the next versions. |
Please, try version 1.4.1. The width and height attributes are now optional for windowSizeItems section. |
Awesome, thank you! That was quick! 🙌 I played with it a bit, and here is my feedback:
Is this by design? Because the In any case, thank you again! |
Thank you for the good suggestion. I will try to add this option in the next version. |
Hello!
Very nice program here! I was using Sizer for years but this is a lot better!
I just miss one feature, if I can suggest it to you...
What I would like
I LOVE how I can add my custom
windowSizeItems
in the XML with associated shortcut keys. I would like to do the same with screen locations without resizing the window!What I tried
I tried to add an item line with
left
andtop
to a custom value and leavingwidth
andheight
blank, but this prevents the program to launch (with an error).What I hope we can do
One of these three:
windowSizeItems
item to havetop
andleft
values withoutwidth
andheight
specified.align_top_left
but withtop
andleft
attributes.windowLocationItems
, similar towindowSizeItems
, with a list of custom locations. [preferred]Further ideas
In case of a
windowLocationItems
section,top
andleft
values could also use const values like screen_width, screen_top, etc.And why not small calc possibilites, for example
(screen_width - 32) / 2
.Thank you for your hard work! Wish you the best,
Léo
The text was updated successfully, but these errors were encountered: