Skip to content

fix: increase admin dialog minimum size#82

Merged
boscorat merged 3 commits into
boscorat:masterfrom
deshrajvermay9517-png:fix/admin-panel-layout-73
Jul 8, 2026
Merged

fix: increase admin dialog minimum size#82
boscorat merged 3 commits into
boscorat:masterfrom
deshrajvermay9517-png:fix/admin-panel-layout-73

Conversation

@deshrajvermay9517-png

Copy link
Copy Markdown
Contributor

This PR fixes the admin dialog layout issue by increasing the minimum size of the AdminView dialog.

Changes made:

  • Replaced width-only sizing with a minimum dialog size
  • Added an initial resize so the admin sections have enough vertical space
  • Helps prevent admin buttons and fields from being squashed when more sections are visible

Closes #73

deshrajvermay9517-png and others added 2 commits July 6, 2026 18:38
Increased the minimum size and resize values to 1400 width and 900 height.
This increase gives extra headroom to accomodate the required increases to the admin view.
@boscorat

boscorat commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Thanks Deshraj,

I'm running Gnome on Ubuntu with a resolution of 1920 x 1080 and I'm still getting some layout issues of squashing of buttons.
However, I think we might be getting better results on MS Windows and Mac OS so I think we need a bit more headroom for the Admin view.
I've increased the base size of the Main view to 1400 x 900 so we should be able to bump up the Admin view size a little higher.
I've tested 800 x 800 on my setup, and 700 x 800, and they're both looking OK with the 700 x 800 possibly the better. Can you try these on your setup and maybe go for whichever you think is best?
It's one of those tricky issues with a multi-platform application so they may not be perfect, but hopefully we can find the best fit.

Best Wishes,

Jason

@deshrajvermay9517-png

deshrajvermay9517-png commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Hi @boscorat , thanks for testing this.

I have increased the Admin dialog size to 700 x 800 as suggested. This should provide more vertical headroom for the admin sections while keeping the dialog smaller than 800 x 800.

Please review when you get a chance. Thank you!

@boscorat boscorat left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Deshraj - that's perfect - I'll merge to master now.
Thank you for your contribution.

Best Wishes,

Jason

@boscorat boscorat merged commit 279b809 into boscorat:master Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Admin panel is squashing buttons and fields

2 participants