Skip to content

Fix margin issues#4754

Merged
Marc-André Moreau (mamoreau-devolutions) merged 1 commit into
mainfrom
small-UI-Fixes
May 12, 2026
Merged

Fix margin issues#4754
Marc-André Moreau (mamoreau-devolutions) merged 1 commit into
mainfrom
small-UI-Fixes

Conversation

@GabrielDuf
Copy link
Copy Markdown
Contributor

This pull request makes several minor UI adjustments to the AbstractPackagesPage in order to improve layout consistency and spacing. The changes primarily focus on margins and padding in the XAML layout, as well as a small update to the toolbar button setup in the code-behind.

UI layout improvements:

  • Increased the bottom margin of the main grid to add more vertical spacing at the top of the page. (src/UniGetUI.Avalonia/Views/SoftwarePages/AbstractPackagesPage.axaml)
  • Adjusted the left margin of the MainToolbarButton for better alignment with other UI elements. (src/UniGetUI.Avalonia/Views/SoftwarePages/AbstractPackagesPage.axaml)
  • Increased the top padding of the filter pane to improve visual separation from other elements. (src/UniGetUI.Avalonia/Views/SoftwarePages/AbstractPackagesPage.axaml)

Toolbar setup update:

  • Removed an unnecessary call to AddToolbarSeparator() after adding the reload button

@mamoreau-devolutions Marc-André Moreau (mamoreau-devolutions) merged commit 911c668 into main May 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants