-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[FZ Editor] Multiple custom layouts list is not scrollable #738
Comments
i feel like this is a single attribute of XAML change |
For small screens, the editor was unusable even with two rows (the edit and apply buttons ended up out of the screen because the editor didn't scale and had a fixed size), so we made a fix that at the time was approved only for the small screens case, but it looks good on large screen as well, instead of 3 columns, it uses 5 columns, beside also scaling a little bit down. Commit for the small screen fix 425a418 |
When I made the fix for small screens, I gave it a try and added the scroll bar as well but it broke some other logic, I didn't spend too much time on it, so it may be a simple fix, but it requires more than just one attribute change. |
while doubtful, feel we should still try to get in the release here |
This is dependent on the Multi-mon PR |
Steps to reproduce
when multiple custom layouts are saved, the apply button gets out of the screen, no scrolling is allowed, and the window height is longer than the screen size
Expected behavior
the scroll bar is shown
Actual behavior
The layouts list goes beyond the screen height and they are no longer accessible
Screenshots
The text was updated successfully, but these errors were encountered: