-
Notifications
You must be signed in to change notification settings - Fork 160
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
Backport Editor Template info preview #2574
Backport Editor Template info preview #2574
Conversation
Is this size adjustment because of the first page with the image? Something has to be done with it, maybe it can be scaled dynamically, replaced with another image, or completely redone into a form that is easier to scale. |
I tested this, and something is off with text layout. On the first page the text is now moved to the right, occupying maybe rightmost half of the blank space. On next pages, the title texts are moved further right and closer to the bottom of a white space, and have greater spacing between the lines. I cannot tell why was this necessary. |
Uhm, I didn't notice those changes, I will fix those. What I actually want to get is use more of Layouts (for safe scaling) but try to keep as close as the current Wizard as possible.
Yeah, I don't like the blank part, but at the same time for that image specifically I can't think of a way to make it dynamically adjust. I am still understanding how the dialog panel actually gets the wizard pages in - layout wise. |
I think it's worth opening a separate issue for this, and maybe ask on forums for help. |
202024d
to
0934110
Compare
0934110
to
caaa509
Compare
This was the PR #1903 , which fixed the issue #564 in AGS 4.
I wanted to backport it to ags3 as I really like it. I also wanted to fix a small annoyance I had with the change of the wizard dialog height, I tried to keep it the same, which is my last commit. I also did some small uses of layout in it using table and some docking.